#AE7152

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

Shades of Sante Fe #AE7152

Tints of Sante Fe #AE7152

Color information

#AE7152 (or 0xAE7152) is unknown color: approx Sante Fe. HEX triplet: AE, 71 and 52. RGB value is (174,113,82). Sum of RGB (Red+Green+Blue) = 174+113+82=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7152 is #518EAD. Grayscale: #7F7F7F. Windows color (decimal): -5344942 or 5403054. OLE color: 5403054.

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

Color convert

RGB17411382-
CMYK00.350.530.32
HSL20.22º36.22%50.2%-
HSV(B)20.22º52.87%68.24%-
XYZ24.8821.4210.81-
YUV127.7102.21161.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=47.15%
G=30.62%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741138200.350.530.3220.2236.2250.2
HexAE71520233520142432
Octal2561611220436540244462
Binary1010111011100011010010010001111010110000010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7152; }

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

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

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

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

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

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

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

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