#AE735B

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

Shades of Sante Fe #AE735B

Tints of Sante Fe #AE735B

Color information

#AE735B (or 0xAE735B) is unknown color: approx Sante Fe. HEX triplet: AE, 73 and 5B. RGB value is (174,115,91). Sum of RGB (Red+Green+Blue) = 174+115+91=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE735B is #518CA4. Grayscale: #828282. Windows color (decimal): -5344421 or 5993390. OLE color: 5993390.

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

Color convert

RGB17411591-
CMYK00.340.480.32
HSL17.35º33.88%51.96%-
HSV(B)17.35º47.7%68.24%-
XYZ25.4722.0212.8-
YUV129.9106.05159.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=45.79%
G=30.26%
B=23.95%

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
Decimal1741159100.340.480.3217.3533.8851.96
HexAE735B0223020112234
Octal2561631330426040214264
Binary1010111011100111011011010001011000010000010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE735B; }

 p { color: rgb(174,115,91); }

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

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

 a { background-color: rgb(174,115,91); }

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

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

 span { border-color: rgb(174,115,91); }

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