#AE914E

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

Shades of Husk #AE914E

Tints of Husk #AE914E

Color information

#AE914E (or 0xAE914E) is unknown color: approx Husk. HEX triplet: AE, 91 and 4E. RGB value is (174,145,78). Sum of RGB (Red+Green+Blue) = 174+145+78=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 174 - color contains mainly: red. Hex color #AE914E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE914E is #516EB1. Grayscale: #929292. Windows color (decimal): -5336754 or 5149102. OLE color: 5149102.

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

Color convert

RGB17414578-
CMYK00.170.550.32
HSL41.88º38.1%49.41%-
HSV(B)41.88º55.17%68.24%-
XYZ28.9629.811.43-
YUV146.0389.61147.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.83%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 78 (30.86% from 255) = 19.65%
R=43.83%
G=36.52%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741457800.170.550.3241.8838.149.41
HexAE914E01137202a2631
Octal2562211160216740524661
Binary10101110100100011001110010001110111100000101010100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE914E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE914E; }

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

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

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

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

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

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

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

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