#AE7853

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

Shades of Sante Fe #AE7853

Tints of Sante Fe #AE7853

Color information

#AE7853 (or 0xAE7853) is unknown color: approx Sante Fe. HEX triplet: AE, 78 and 53. RGB value is (174,120,83). Sum of RGB (Red+Green+Blue) = 174+120+83=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7853 is #5187AC. Grayscale: #848484. Windows color (decimal): -5343149 or 5470382. OLE color: 5470382.

HSL color Cylindrical-coordinate representation of color #AE7853: hue angle of 24.4º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE7853 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17412083-
CMYK00.310.520.32
HSL24.4º35.97%50.39%-
HSV(B)24.4º52.3%68.24%-
XYZ25.7323.0611.28-
YUV131.93100.39158.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 83 (32.81% from 255) = 22.02%
R=46.15%
G=31.83%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741208300.310.520.3224.435.9750.39
HexAE785301F3420182432
Octal2561701230376440304462
Binary101011101111000101001101111111010010000011000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7853; }

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

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

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

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

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

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

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

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