#A77257

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

Shades of Sante Fe #A77257

Tints of Sante Fe #A77257

Color information

#A77257 (or 0xA77257) is unknown color: approx Sante Fe. HEX triplet: A7, 72 and 57. RGB value is (167,114,87). Sum of RGB (Red+Green+Blue) = 167+114+87=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 167 - color contains mainly: red. Hex color #A77257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77257 is #588DA8. Grayscale: #7E7E7E. Windows color (decimal): -5803433 or 5730983. OLE color: 5730983.

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

Color convert

RGB16711487-
CMYK00.320.480.35
HSL20.25º31.5%49.8%-
HSV(B)20.25º47.9%65.49%-
XYZ23.6720.9411.81-
YUV126.77105.56156.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 87 (34.38% from 255) = 23.64%
R=45.38%
G=30.98%
B=23.64%

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
Decimal1671148700.320.480.3520.2531.549.8
HexA772570203023141f32
Octal2471621270406043243762
Binary101001111110010101011101000001100001000111010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77257; }

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

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

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

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

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

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

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

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