#AA7853

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

Shades of Sante Fe #AA7853

Tints of Sante Fe #AA7853

Color information

#AA7853 (or 0xAA7853) is unknown color: approx Sante Fe. HEX triplet: AA, 78 and 53. RGB value is (170,120,83). Sum of RGB (Red+Green+Blue) = 170+120+83=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7853 is #5587AC. Grayscale: #828282. Windows color (decimal): -5605293 or 5470378. OLE color: 5470378.

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

Color convert

RGB17012083-
CMYK00.290.510.33
HSL25.52º34.39%49.61%-
HSV(B)25.52º51.18%66.67%-
XYZ24.8622.611.24-
YUV130.73101.06156.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=45.58%
G=32.17%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701208300.290.510.3325.5234.3949.61
HexAA785301D33211a2232
Octal2521701230356341324262
Binary101010101111000101001101110111001110000111010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7853; }

 p { color: rgb(170,120,83); }

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

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

 a { background-color: rgb(170,120,83); }

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

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

 span { border-color: rgb(170,120,83); }

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