#AE6452

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

Shades of Sante Fe #AE6452

Tints of Sante Fe #AE6452

Color information

#AE6452 (or 0xAE6452) is unknown color: approx Sante Fe. HEX triplet: AE, 64 and 52. RGB value is (174,100,82). Sum of RGB (Red+Green+Blue) = 174+100+82=356 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.88% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6452 is #519BAD. Grayscale: #787878. Windows color (decimal): -5348270 or 5399726. OLE color: 5399726.

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

Color convert

RGB17410082-
CMYK00.430.530.32
HSL11.74º36.22%50.2%-
HSV(B)11.74º52.87%68.24%-
XYZ23.5418.7210.36-
YUV120.07106.52166.46-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.88%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=48.88%
G=28.09%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741008200.430.530.3211.7436.2250.2
HexAE645202B3520c2432
Octal2561441220536540144462
Binary101011101100100101001001010111101011000001100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6452; }

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

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

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

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

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

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

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

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