#A87250

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

Shades of Sante Fe #A87250

Tints of Sante Fe #A87250

Color information

#A87250 (or 0xA87250) is unknown color: approx Sante Fe. HEX triplet: A8, 72 and 50. RGB value is (168,114,80). Sum of RGB (Red+Green+Blue) = 168+114+80=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A87250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87250 is #578DAF. Grayscale: #7E7E7E. Windows color (decimal): -5737904 or 5272232. OLE color: 5272232.

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

Color convert

RGB16811480-
CMYK00.320.520.34
HSL23.18º35.48%48.63%-
HSV(B)23.18º52.38%65.88%-
XYZ23.6120.9410.39-
YUV126.27101.89157.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.41%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=46.41%
G=31.49%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681148000.320.520.3423.1835.4848.63
HexA872500203422172331
Octal2501621200406442274361
Binary1010100011100101010000010000011010010001010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87250; }

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

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

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

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

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

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

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

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