#AEA353

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

Shades of Husk #AEA353

Tints of Husk #AEA353

Color information

#AEA353 (or 0xAEA353) is unknown color: approx Husk. HEX triplet: AE, A3 and 53. RGB value is (174,163,83). Sum of RGB (Red+Green+Blue) = 174+163+83=420 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.43% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA353 is #515CAC. Grayscale: #9D9D9D. Windows color (decimal): -5332141 or 5481390. OLE color: 5481390.

HSL color Cylindrical-coordinate representation of color #AEA353: hue angle of 52.75º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEA353 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17416383-
CMYK00.060.520.32
HSL52.75º35.97%50.39%-
HSV(B)52.75º52.3%68.24%-
XYZ32.1135.8213.4-
YUV157.1786.14140-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.43%
GREEN value IS 163 (64.06% from 255) = 38.81%
BLUE value IS 83 (32.81% from 255) = 19.76%
R=41.43%
G=38.81%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741638300.060.520.3252.7535.9750.39
HexAEA353063420352432
Octal256243123066440654462
Binary101011101010001110100110110110100100000110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEA353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEA353; }

 p { color: rgb(174,163,83); }

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

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

 a { background-color: rgb(174,163,83); }

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

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

 span { border-color: rgb(174,163,83); }

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