#A87551

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

Shades of Sante Fe #A87551

Tints of Sante Fe #A87551

Color information

#A87551 (or 0xA87551) is unknown color: approx Sante Fe. HEX triplet: A8, 75 and 51. RGB value is (168,117,81). Sum of RGB (Red+Green+Blue) = 168+117+81=366 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.90% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 168 - color contains mainly: red. Hex color #A87551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87551 is #578AAE. Grayscale: #808080. Windows color (decimal): -5737135 or 5338536. OLE color: 5338536.

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

Color convert

RGB16811781-
CMYK00.300.520.34
HSL24.83º34.94%48.82%-
HSV(B)24.83º51.79%65.88%-
XYZ23.9921.6410.7-
YUV128.15101.4156.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.90%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=45.90%
G=31.97%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681178100.300.520.3424.8334.9448.82
HexA8755101E3422192331
Octal2501651210366442314361
Binary101010001110101101000101111011010010001011001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87551; }

 p { color: rgb(168,117,81); }

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

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

 a { background-color: rgb(168,117,81); }

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

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

 span { border-color: rgb(168,117,81); }

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