#A77157

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

Shades of Sante Fe #A77157

Tints of Sante Fe #A77157

Color information

#A77157 (or 0xA77157) is unknown color: approx Sante Fe. HEX triplet: A7, 71 and 57. RGB value is (167,113,87). Sum of RGB (Red+Green+Blue) = 167+113+87=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A77157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77157 is #588EA8. Grayscale: #7E7E7E. Windows color (decimal): -5803689 or 5730727. OLE color: 5730727.

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

Color convert

RGB16711387-
CMYK00.320.480.35
HSL19.5º31.5%49.8%-
HSV(B)19.5º47.9%65.49%-
XYZ23.5620.7111.77-
YUV126.18105.89157.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.50%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 87 (34.38% from 255) = 23.71%
R=45.50%
G=30.79%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671138700.320.480.3519.531.549.8
HexA771570203023141f32
Octal2471611270406043243762
Binary101001111110001101011101000001100001000111010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77157; }

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

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

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

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

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

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

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

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