#AE7459

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

Shades of Sante Fe #AE7459

Tints of Sante Fe #AE7459

Color information

#AE7459 (or 0xAE7459) is unknown color: approx Sante Fe. HEX triplet: AE, 74 and 59. RGB value is (174,116,89). Sum of RGB (Red+Green+Blue) = 174+116+89=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 89 (35.16% from 255 or 23.48% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7459 is #518BA6. Grayscale: #828282. Windows color (decimal): -5344167 or 5862574. OLE color: 5862574.

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

Color convert

RGB17411689-
CMYK00.330.490.32
HSL19.06º34.41%51.57%-
HSV(B)19.06º48.85%68.24%-
XYZ25.522.2112.39-
YUV130.26104.72159.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 116 (45.70% from 255) = 30.61%
BLUE value IS 89 (35.16% from 255) = 23.48%
R=45.91%
G=30.61%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741168900.330.490.3219.0634.4151.57
HexAE74590213120132234
Octal2561641310416140234264
Binary1010111011101001011001010000111000110000010011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7459; }

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

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

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

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

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

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

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

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