#A87257

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

Shades of Sante Fe #A87257

Tints of Sante Fe #A87257

Color information

#A87257 (or 0xA87257) is unknown color: approx Sante Fe. HEX triplet: A8, 72 and 57. RGB value is (168,114,87). Sum of RGB (Red+Green+Blue) = 168+114+87=369 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.53% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 168 - color contains mainly: red. Hex color #A87257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87257 is #578DA8. Grayscale: #7F7F7F. Windows color (decimal): -5737897 or 5730984. OLE color: 5730984.

HSL color Cylindrical-coordinate representation of color #A87257: hue angle of 20º degrees, saturation: 0.32, 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 #A87257 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB16811487-
CMYK00.320.480.34
HSL20º31.76%50%-
HSV(B)20º48.21%65.88%-
XYZ23.8921.0511.82-
YUV127.07105.39157.2-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 45.53%
GREEN value IS 114 (44.92% from 255) = 30.89%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=45.53%
G=30.89%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681148700.320.480.342031.7650
HexA872570203022142032
Octal2501621270406042244062
Binary1010100011100101010111010000011000010001010100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87257; }

 p { color: rgb(168,114,87); }

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

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

 a { background-color: rgb(168,114,87); }

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

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

 span { border-color: rgb(168,114,87); }

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