#A87253

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

Shades of Sante Fe #A87253

Tints of Sante Fe #A87253

Color information

#A87253 (or 0xA87253) is unknown color: approx Sante Fe. HEX triplet: A8, 72 and 53. RGB value is (168,114,83). Sum of RGB (Red+Green+Blue) = 168+114+83=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A87253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87253 is #578DAC. Grayscale: #7E7E7E. Windows color (decimal): -5737901 or 5468840. OLE color: 5468840.

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

Color convert

RGB16811483-
CMYK00.320.510.34
HSL21.88º33.86%49.22%-
HSV(B)21.88º50.6%65.88%-
XYZ23.7320.9810.98-
YUV126.61103.39157.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 83 (32.81% from 255) = 22.74%
R=46.03%
G=31.23%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681148300.320.510.3421.8833.8649.22
HexA872530203322162231
Octal2501621230406342264261
Binary1010100011100101010011010000011001110001010110100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87253; }

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

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

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

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

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

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

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

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