#A97557

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

Shades of Sante Fe #A97557

Tints of Sante Fe #A97557

Color information

#A97557 (or 0xA97557) is unknown color: approx Sante Fe. HEX triplet: A9, 75 and 57. RGB value is (169,117,87). Sum of RGB (Red+Green+Blue) = 169+117+87=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 169 - color contains mainly: red. Hex color #A97557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97557 is #568AA8. Grayscale: #818181. Windows color (decimal): -5671593 or 5731753. OLE color: 5731753.

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

Color convert

RGB16911787-
CMYK00.310.490.34
HSL21.95º32.28%50.2%-
HSV(B)21.95º48.52%66.27%-
XYZ24.4421.8511.95-
YUV129.13104.23156.44-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.31%
GREEN value IS 117 (46.09% from 255) = 31.37%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=45.31%
G=31.37%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691178700.310.490.3421.9532.2850.2
HexA9755701F3122162032
Octal2511651270376142264062
Binary101010011110101101011101111111000110001010110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97557; }

 p { color: rgb(169,117,87); }

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

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

 a { background-color: rgb(169,117,87); }

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

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

 span { border-color: rgb(169,117,87); }

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