#AE7259

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

Shades of Sante Fe #AE7259

Tints of Sante Fe #AE7259

Color information

#AE7259 (or 0xAE7259) is unknown color: approx Sante Fe. HEX triplet: AE, 72 and 59. RGB value is (174,114,89). Sum of RGB (Red+Green+Blue) = 174+114+89=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7259 is #518DA6. Grayscale: #818181. Windows color (decimal): -5344679 or 5862062. OLE color: 5862062.

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

Color convert

RGB17411489-
CMYK00.340.490.32
HSL17.65º34.41%51.57%-
HSV(B)17.65º48.85%68.24%-
XYZ25.2821.7512.32-
YUV129.09105.38160.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 114 (44.92% from 255) = 30.24%
BLUE value IS 89 (35.16% from 255) = 23.61%
R=46.15%
G=30.24%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741148900.340.490.3217.6534.4151.57
HexAE72590223120122234
Octal2561621310426140224264
Binary1010111011100101011001010001011000110000010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7259; }

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

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

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

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

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

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

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

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