#A97356

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

Shades of Sante Fe #A97356

Tints of Sante Fe #A97356

Color information

#A97356 (or 0xA97356) is unknown color: approx Sante Fe. HEX triplet: A9, 73 and 56. RGB value is (169,115,86). Sum of RGB (Red+Green+Blue) = 169+115+86=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A97356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97356 is #568CA9. Grayscale: #808080. Windows color (decimal): -5672106 or 5665705. OLE color: 5665705.

HSL color Cylindrical-coordinate representation of color #A97356: hue angle of 20.96º degrees, saturation: 0.33, 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 #A97356 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB16911586-
CMYK00.320.490.34
HSL20.96º32.55%50%-
HSV(B)20.96º49.11%66.27%-
XYZ24.1721.3711.65-
YUV127.84104.39157.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 86 (33.98% from 255) = 23.24%
R=45.68%
G=31.08%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691158600.320.490.3420.9632.5550
HexA973560203122152132
Octal2511631260406142254162
Binary1010100111100111010110010000011000110001010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97356; }

 p { color: rgb(169,115,86); }

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

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

 a { background-color: rgb(169,115,86); }

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

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

 span { border-color: rgb(169,115,86); }

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