#A87158

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

Shades of Sante Fe #A87158

Tints of Sante Fe #A87158

Color information

#A87158 (or 0xA87158) is unknown color: approx Sante Fe. HEX triplet: A8, 71 and 58. RGB value is (168,113,88). Sum of RGB (Red+Green+Blue) = 168+113+88=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87158 is #578EA7. Grayscale: #7E7E7E. Windows color (decimal): -5738152 or 5796264. OLE color: 5796264.

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

Color convert

RGB16811388-
CMYK00.330.480.34
HSL18.75º31.5%50.2%-
HSV(B)18.75º47.62%65.88%-
XYZ23.8220.8412-
YUV126.6106.22157.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=45.53%
G=30.62%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681138800.330.480.3418.7531.550.2
HexA871580213022131f32
Octal2501611300416042233762
Binary101010001110001101100001000011100001000101001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87158; }

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

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

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

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

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

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

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

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