#A97159

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

Shades of Sante Fe #A97159

Tints of Sante Fe #A97159

Color information

#A97159 (or 0xA97159) is unknown color: approx Sante Fe. HEX triplet: A9, 71 and 59. RGB value is (169,113,89). Sum of RGB (Red+Green+Blue) = 169+113+89=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 169 - color contains mainly: red. Hex color #A97159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97159 is #568EA6. Grayscale: #7F7F7F. Windows color (decimal): -5672615 or 5861801. OLE color: 5861801.

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

Color convert

RGB16911389-
CMYK00.330.470.34
HSL18º31.75%50.59%-
HSV(B)18º47.34%66.27%-
XYZ24.0720.9712.23-
YUV127.01106.55157.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.55%
GREEN value IS 113 (44.53% from 255) = 30.46%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=45.55%
G=30.46%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691138900.330.470.341831.7550.59
HexA971590212F22122033
Octal2511611310415742224063
Binary1010100111100011011001010000110111110001010010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97159; }

 p { color: rgb(169,113,89); }

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

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

 a { background-color: rgb(169,113,89); }

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

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

 span { border-color: rgb(169,113,89); }

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