#A86A56

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

Shades of Sante Fe #A86A56

Tints of Sante Fe #A86A56

Color information

#A86A56 (or 0xA86A56) is unknown color: approx Sante Fe. HEX triplet: A8, 6A and 56. RGB value is (168,106,86). Sum of RGB (Red+Green+Blue) = 168+106+86=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86A56 is #5795A9. Grayscale: #7A7A7A. Windows color (decimal): -5739946 or 5663400. OLE color: 5663400.

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

Color convert

RGB16810686-
CMYK00.370.490.34
HSL14.63º32.28%49.8%-
HSV(B)14.63º48.81%65.88%-
XYZ22.9819.311.32-
YUV122.26107.54160.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.67%
GREEN value IS 106 (41.80% from 255) = 29.44%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=46.67%
G=29.44%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681068600.370.490.3414.6332.2849.8
HexA86A560253122f2032
Octal2501521260456142174062
Binary101010001101010101011001001011100011000101111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86A56; }

 p { color: rgb(168,106,86); }

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

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

 a { background-color: rgb(168,106,86); }

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

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

 span { border-color: rgb(168,106,86); }

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