#A96857

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

Shades of Sante Fe #A96857

Tints of Sante Fe #A96857

Color information

#A96857 (or 0xA96857) is unknown color: approx Sante Fe. HEX triplet: A9, 68 and 57. RGB value is (169,104,87). Sum of RGB (Red+Green+Blue) = 169+104+87=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 87 (34.38% from 255 or 24.17% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A96857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96857 is #5697A8. Grayscale: #797979. Windows color (decimal): -5674921 or 5728425. OLE color: 5728425.

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

Color convert

RGB16910487-
CMYK00.380.490.34
HSL12.44º32.28%50.2%-
HSV(B)12.44º48.52%66.27%-
XYZ23.0319.0211.47-
YUV121.5108.53161.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 104 (41.02% from 255) = 28.89%
BLUE value IS 87 (34.38% from 255) = 24.17%
R=46.94%
G=28.89%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691048700.380.490.3412.4432.2850.2
HexA968570263122c2032
Octal2511501270466142144062
Binary101010011101000101011101001101100011000101100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96857; }

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

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

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

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

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

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

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

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