#AB7852

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

Shades of Sante Fe #AB7852

Tints of Sante Fe #AB7852

Color information

#AB7852 (or 0xAB7852) is unknown color: approx Sante Fe. HEX triplet: AB, 78 and 52. RGB value is (171,120,82). Sum of RGB (Red+Green+Blue) = 171+120+82=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7852 is #5487AD. Grayscale: #838383. Windows color (decimal): -5539758 or 5404843. OLE color: 5404843.

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

Color convert

RGB17112082-
CMYK00.300.520.33
HSL25.62º35.18%49.61%-
HSV(B)25.62º52.05%67.06%-
XYZ25.0322.711.04-
YUV130.92100.4156.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.84%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 82 (32.42% from 255) = 21.98%
R=45.84%
G=32.17%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711208200.300.520.3325.6235.1849.61
HexAB785201E34211a2332
Octal2531701220366441324362
Binary101010111111000101001001111011010010000111010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7852; }

 p { color: rgb(171,120,82); }

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

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

 a { background-color: rgb(171,120,82); }

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

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

 span { border-color: rgb(171,120,82); }

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