#AE744E

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

Shades of Sante Fe #AE744E

Tints of Sante Fe #AE744E

Color information

#AE744E (or 0xAE744E) is unknown color: approx Sante Fe. HEX triplet: AE, 74 and 4E. RGB value is (174,116,78). Sum of RGB (Red+Green+Blue) = 174+116+78=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE744E is #518BB1. Grayscale: #818181. Windows color (decimal): -5344178 or 5141678. OLE color: 5141678.

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

Color convert

RGB17411678-
CMYK00.330.550.32
HSL23.75º38.1%49.41%-
HSV(B)23.75º55.17%68.24%-
XYZ25.0822.0410.14-
YUV129.0199.22160.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=47.28%
G=31.52%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741167800.330.550.3223.7538.149.41
HexAE744E0213720182631
Octal2561641160416740304661
Binary1010111011101001001110010000111011110000011000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE744E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE744E; }

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

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

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

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

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

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

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

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