#AE914B

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

Shades of Husk #AE914B

Tints of Husk #AE914B

Color information

#AE914B (or 0xAE914B) is unknown color: approx Husk. HEX triplet: AE, 91 and 4B. RGB value is (174,145,75). Sum of RGB (Red+Green+Blue) = 174+145+75=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE914B is #516EB4. Grayscale: #929292. Windows color (decimal): -5336757 or 4952494. OLE color: 4952494.

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

Color convert

RGB17414575-
CMYK00.170.570.32
HSL42.42º39.76%48.82%-
HSV(B)42.42º56.9%68.24%-
XYZ28.8529.7610.88-
YUV145.6988.11148.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 145 (57.03% from 255) = 36.80%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=44.16%
G=36.80%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741457500.170.570.3242.4239.7648.82
HexAE914B01139202a2831
Octal2562211130217140525061
Binary10101110100100011001011010001111001100000101010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE914B; }

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

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

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

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

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

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

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

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