#AE984E

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

Shades of Husk #AE984E

Tints of Husk #AE984E

Color information

#AE984E (or 0xAE984E) is unknown color: approx Husk. HEX triplet: AE, 98 and 4E. RGB value is (174,152,78). Sum of RGB (Red+Green+Blue) = 174+152+78=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE984E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE984E is #5167B1. Grayscale: #969696. Windows color (decimal): -5334962 or 5150894. OLE color: 5150894.

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

Color convert

RGB17415278-
CMYK00.130.550.32
HSL46.25º38.1%49.41%-
HSV(B)46.25º55.17%68.24%-
XYZ30.0632.0111.8-
YUV150.1487.29145.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.07%
GREEN value IS 152 (59.77% from 255) = 37.62%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=43.07%
G=37.62%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741527800.130.550.3246.2538.149.41
HexAE984E0D37202e2631
Octal2562301160156740564661
Binary1010111010011000100111001101110111100000101110100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE984E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE984E; }

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

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

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

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

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

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

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

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