#A77156

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

Shades of Sante Fe #A77156

Tints of Sante Fe #A77156

Color information

#A77156 (or 0xA77156) is unknown color: approx Sante Fe. HEX triplet: A7, 71 and 56. RGB value is (167,113,86). Sum of RGB (Red+Green+Blue) = 167+113+86=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A77156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77156 is #588EA9. Grayscale: #7E7E7E. Windows color (decimal): -5803690 or 5665191. OLE color: 5665191.

HSL color Cylindrical-coordinate representation of color #A77156: hue angle of 20º 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 #A77156 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16711386-
CMYK00.320.490.35
HSL20º32.02%49.61%-
HSV(B)20º48.5%65.49%-
XYZ23.5220.711.56-
YUV126.07105.39157.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 86 (33.98% from 255) = 23.50%
R=45.63%
G=30.87%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671138600.320.490.352032.0249.61
HexA771560203123142032
Octal2471611260406143244062
Binary1010011111100011010110010000011000110001110100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77156; }

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

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

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

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

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

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

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

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