#AE705B

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

Shades of Sante Fe #AE705B

Tints of Sante Fe #AE705B

Color information

#AE705B (or 0xAE705B) is unknown color: approx Sante Fe. HEX triplet: AE, 70 and 5B. RGB value is (174,112,91). Sum of RGB (Red+Green+Blue) = 174+112+91=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE705B is #518FA4. Grayscale: #808080. Windows color (decimal): -5345189 or 5992622. OLE color: 5992622.

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

Color convert

RGB17411291-
CMYK00.360.480.32
HSL15.18º33.88%51.96%-
HSV(B)15.18º47.7%68.24%-
XYZ25.1421.3412.69-
YUV128.14107.04160.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 112 (44.14% from 255) = 29.71%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=46.15%
G=29.71%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741129100.360.480.3215.1833.8851.96
HexAE705B0243020f2234
Octal2561601330446040174264
Binary101011101110000101101101001001100001000001111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE705B; }

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

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

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

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

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

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

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

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