#A76C57

Color #A76C57 Sante Fe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sante Fe #A76C57

Tints of Sante Fe #A76C57

Color information

#A76C57 (or 0xA76C57) is unknown color: approx Sante Fe. HEX triplet: A7, 6C and 57. RGB value is (167,108,87). Sum of RGB (Red+Green+Blue) = 167+108+87=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 87 (34.38% from 255 or 24.03% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A76C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76C57 is #5893A8. Grayscale: #7B7B7B. Windows color (decimal): -5804969 or 5729447. OLE color: 5729447.

HSL color Cylindrical-coordinate representation of color #A76C57: hue angle of 15.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76C57 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB16710887-
CMYK00.350.480.35
HSL15.75º31.5%49.8%-
HSV(B)15.75º47.9%65.49%-
XYZ23.0219.6311.59-
YUV123.25107.55159.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 108 (42.58% from 255) = 29.83%
BLUE value IS 87 (34.38% from 255) = 24.03%
R=46.13%
G=29.83%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671088700.350.480.3515.7531.549.8
HexA76C570233023101f32
Octal2471541270436043203762
Binary101001111101100101011101000111100001000111000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76C57; }

 p { color: rgb(167,108,87); }

 H1.HeaderClassName
 {
   color: #A76C57;
 }
 .AnyTagClassName
 {
   color: #A76C57;
 }
</style>
background-color css

<style>
 a { background-color: #A76C57; }

 a { background-color: rgb(167,108,87); }

 div.DivClassName
 {
   background-color: #A76C57;
 }
 .BgClassName
 {
   background-color: #A76C57;
 }
</style>
border-color css

<style>
 span { border-color: #A76C57; }

 span { border-color: rgb(167,108,87); }

 td.TdClassName
 {
   border-color: #A76C57;
 }
 .TagClassName
 {
   border-color: #A76C57;
 }
</style>