#AE7453

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

Shades of Sante Fe #AE7453

Tints of Sante Fe #AE7453

Color information

#AE7453 (or 0xAE7453) is unknown color: approx Sante Fe. HEX triplet: AE, 74 and 53. RGB value is (174,116,83). Sum of RGB (Red+Green+Blue) = 174+116+83=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 83 (32.81% from 255 or 22.25% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7453 is #518BAC. Grayscale: #818181. Windows color (decimal): -5344173 or 5469358. OLE color: 5469358.

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

Color convert

RGB17411683-
CMYK00.330.520.32
HSL21.76º35.97%50.39%-
HSV(B)21.76º52.3%68.24%-
XYZ25.2622.1111.12-
YUV129.58101.72159.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 83 (32.81% from 255) = 22.25%
R=46.65%
G=31.10%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741168300.330.520.3221.7635.9750.39
HexAE74530213420162432
Octal2561641230416440264462
Binary1010111011101001010011010000111010010000010110100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7453; }

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

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

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

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

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

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

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

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