#AE7254

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

Shades of Sante Fe #AE7254

Tints of Sante Fe #AE7254

Color information

#AE7254 (or 0xAE7254) is unknown color: approx Sante Fe. HEX triplet: AE, 72 and 54. RGB value is (174,114,84). Sum of RGB (Red+Green+Blue) = 174+114+84=372 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.77% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7254 is #518DAB. Grayscale: #808080. Windows color (decimal): -5344684 or 5534382. OLE color: 5534382.

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

Color convert

RGB17411484-
CMYK00.340.520.32
HSL20º35.71%50.59%-
HSV(B)20º51.72%68.24%-
XYZ25.0721.6711.25-
YUV128.52102.88160.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.77%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 84 (33.20% from 255) = 22.58%
R=46.77%
G=30.65%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741148400.340.520.322035.7150.59
HexAE72540223420142433
Octal2561621240426440244463
Binary1010111011100101010100010001011010010000010100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7254; }

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

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

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

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

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

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

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

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