#AE7252

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

Shades of Sante Fe #AE7252

Tints of Sante Fe #AE7252

Color information

#AE7252 (or 0xAE7252) is unknown color: approx Sante Fe. HEX triplet: AE, 72 and 52. RGB value is (174,114,82). Sum of RGB (Red+Green+Blue) = 174+114+82=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7252 is #518DAD. Grayscale: #808080. Windows color (decimal): -5344686 or 5403310. OLE color: 5403310.

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

Color convert

RGB17411482-
CMYK00.340.530.32
HSL20.87º36.22%50.2%-
HSV(B)20.87º52.87%68.24%-
XYZ2521.6410.84-
YUV128.29101.88160.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=47.03%
G=30.81%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741148200.340.530.3220.8736.2250.2
HexAE72520223520152432
Octal2561621220426540254462
Binary1010111011100101010010010001011010110000010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7252; }

 p { color: rgb(174,114,82); }

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

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

 a { background-color: rgb(174,114,82); }

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

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

 span { border-color: rgb(174,114,82); }

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