#AE954E

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

Shades of Husk #AE954E

Tints of Husk #AE954E

Color information

#AE954E (or 0xAE954E) is unknown color: approx Husk. HEX triplet: AE, 95 and 4E. RGB value is (174,149,78). Sum of RGB (Red+Green+Blue) = 174+149+78=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 78 (30.86% from 255 or 19.45% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE954E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE954E is #516AB1. Grayscale: #949494. Windows color (decimal): -5335730 or 5150126. OLE color: 5150126.

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

Color convert

RGB17414978-
CMYK00.140.550.32
HSL44.38º38.1%49.41%-
HSV(B)44.38º55.17%68.24%-
XYZ29.5831.0411.64-
YUV148.3888.28146.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 78 (30.86% from 255) = 19.45%
R=43.39%
G=37.16%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741497800.140.550.3244.3838.149.41
HexAE954E0E37202c2631
Octal2562251160166740544661
Binary1010111010010101100111001110110111100000101100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE954E; }

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

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

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

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

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

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

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

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