#AE644E

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

Shades of Sante Fe #AE644E

Tints of Sante Fe #AE644E

Color information

#AE644E (or 0xAE644E) is unknown color: approx Sante Fe. HEX triplet: AE, 64 and 4E. RGB value is (174,100,78). Sum of RGB (Red+Green+Blue) = 174+100+78=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE644E is #519BB1. Grayscale: #777777. Windows color (decimal): -5348274 or 5137582. OLE color: 5137582.

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

Color convert

RGB17410078-
CMYK00.430.550.32
HSL13.75º38.1%49.41%-
HSV(B)13.75º55.17%68.24%-
XYZ23.3918.669.58-
YUV119.62104.52166.79-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 100 (39.45% from 255) = 28.41%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=49.43%
G=28.41%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741007800.430.550.3213.7538.149.41
HexAE644E02B3720e2631
Octal2561441160536740164661
Binary101011101100100100111001010111101111000001110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE644E; }

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

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

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

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

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

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

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

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