#AE725A

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

Shades of Sante Fe #AE725A

Tints of Sante Fe #AE725A

Color information

#AE725A (or 0xAE725A) is unknown color: approx Sante Fe. HEX triplet: AE, 72 and 5A. RGB value is (174,114,90). Sum of RGB (Red+Green+Blue) = 174+114+90=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE725A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE725A is #518DA5. Grayscale: #818181. Windows color (decimal): -5344678 or 5927598. OLE color: 5927598.

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

Color convert

RGB17411490-
CMYK00.340.480.32
HSL17.14º34.15%51.76%-
HSV(B)17.14º48.28%68.24%-
XYZ25.3221.7712.54-
YUV129.2105.88159.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 114 (44.92% from 255) = 30.16%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=46.03%
G=30.16%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741149000.340.480.3217.1434.1551.76
HexAE725A0223020112234
Octal2561621320426040214264
Binary1010111011100101011010010001011000010000010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE725A; }

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

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

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

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

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

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

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

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