#A97056

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

Shades of Sante Fe #A97056

Tints of Sante Fe #A97056

Color information

#A97056 (or 0xA97056) is unknown color: approx Sante Fe. HEX triplet: A9, 70 and 56. RGB value is (169,112,86). Sum of RGB (Red+Green+Blue) = 169+112+86=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 86 (33.98% from 255 or 23.43% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A97056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97056 is #568FA9. Grayscale: #7E7E7E. Windows color (decimal): -5672874 or 5664937. OLE color: 5664937.

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

Color convert

RGB16911286-
CMYK00.340.490.34
HSL18.8º32.55%50%-
HSV(B)18.8º49.11%66.27%-
XYZ23.8420.711.54-
YUV126.08105.38158.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 86 (33.98% from 255) = 23.43%
R=46.05%
G=30.52%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691128600.340.490.3418.832.5550
HexA970560223122132132
Octal2511601260426142234162
Binary1010100111100001010110010001011000110001010011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97056; }

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

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

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

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

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

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

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

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