#A77456

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

Shades of Sante Fe #A77456

Tints of Sante Fe #A77456

Color information

#A77456 (or 0xA77456) is unknown color: approx Sante Fe. HEX triplet: A7, 74 and 56. RGB value is (167,116,86). Sum of RGB (Red+Green+Blue) = 167+116+86=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 167 - color contains mainly: red. Hex color #A77456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77456 is #588BA9. Grayscale: #808080. Windows color (decimal): -5802922 or 5665959. OLE color: 5665959.

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

Color convert

RGB16711686-
CMYK00.310.490.35
HSL22.22º32.02%49.61%-
HSV(B)22.22º48.5%65.49%-
XYZ23.8621.3811.67-
YUV127.83104.4155.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.26%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 86 (33.98% from 255) = 23.31%
R=45.26%
G=31.44%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671168600.310.490.3522.2232.0249.61
HexA7745601F3123162032
Octal2471641260376143264062
Binary101001111110100101011001111111000110001110110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77456; }

 p { color: rgb(167,116,86); }

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

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

 a { background-color: rgb(167,116,86); }

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

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

 span { border-color: rgb(167,116,86); }

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