#A86D58

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

Shades of Sante Fe #A86D58

Tints of Sante Fe #A86D58

Color information

#A86D58 (or 0xA86D58) is unknown color: approx Sante Fe. HEX triplet: A8, 6D and 58. RGB value is (168,109,88). Sum of RGB (Red+Green+Blue) = 168+109+88=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 88 (34.77% from 255 or 24.11% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86D58 is #5792A7. Grayscale: #7C7C7C. Windows color (decimal): -5739176 or 5795240. OLE color: 5795240.

HSL color Cylindrical-coordinate representation of color #A86D58: hue angle of 15.75º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86D58 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16810988-
CMYK00.350.480.34
HSL15.75º31.5%50.2%-
HSV(B)15.75º47.62%65.88%-
XYZ23.3819.9711.85-
YUV124.25107.55159.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 109 (42.97% from 255) = 29.86%
BLUE value IS 88 (34.77% from 255) = 24.11%
R=46.03%
G=29.86%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681098800.350.480.3415.7531.550.2
HexA86D580233022101f32
Octal2501551300436042203762
Binary101010001101101101100001000111100001000101000011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D58; }

 p { color: rgb(168,109,88); }

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

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

 a { background-color: rgb(168,109,88); }

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

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

 span { border-color: rgb(168,109,88); }

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