#A97554

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

Shades of Sante Fe #A97554

Tints of Sante Fe #A97554

Color information

#A97554 (or 0xA97554) is unknown color: approx Sante Fe. HEX triplet: A9, 75 and 54. RGB value is (169,117,84). Sum of RGB (Red+Green+Blue) = 169+117+84=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A97554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97554 is #568AAB. Grayscale: #808080. Windows color (decimal): -5671596 or 5535145. OLE color: 5535145.

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

Color convert

RGB16911784-
CMYK00.310.500.34
HSL23.29º33.6%49.61%-
HSV(B)23.29º50.3%66.27%-
XYZ24.3221.811.31-
YUV128.79102.73156.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 84 (33.20% from 255) = 22.70%
R=45.68%
G=31.62%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691178400.310.500.3423.2933.649.61
HexA9755401F3222172232
Octal2511651240376242274262
Binary101010011110101101010001111111001010001010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97554; }

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

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

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

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

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

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

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

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