#AE704E

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

Shades of Sante Fe #AE704E

Tints of Sante Fe #AE704E

Color information

#AE704E (or 0xAE704E) is unknown color: approx Sante Fe. HEX triplet: AE, 70 and 4E. RGB value is (174,112,78). Sum of RGB (Red+Green+Blue) = 174+112+78=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE704E is #518FB1. Grayscale: #7E7E7E. Windows color (decimal): -5345202 or 5140654. OLE color: 5140654.

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

Color convert

RGB17411278-
CMYK00.360.550.32
HSL21.25º38.1%49.41%-
HSV(B)21.25º55.17%68.24%-
XYZ24.6221.149.99-
YUV126.66100.54161.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=47.80%
G=30.77%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741127800.360.550.3221.2538.149.41
HexAE704E0243720152631
Octal2561601160446740254661
Binary1010111011100001001110010010011011110000010101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE704E; }

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

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

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

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

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

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

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

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