#AE9948

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

Shades of Husk #AE9948

Tints of Husk #AE9948

Color information

#AE9948 (or 0xAE9948) is unknown color: approx Husk. HEX triplet: AE, 99 and 48. RGB value is (174,153,72). Sum of RGB (Red+Green+Blue) = 174+153+72=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE9948 is #5166B7. Grayscale: #969696. Windows color (decimal): -5334712 or 4757934. OLE color: 4757934.

HSL color Cylindrical-coordinate representation of color #AE9948: hue angle of 47.65º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE9948 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB17415372-
CMYK00.120.590.32
HSL47.65º41.46%48.24%-
HSV(B)47.65º58.62%68.24%-
XYZ30.0232.2510.77-
YUV150.0483.96145.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 153 (60.16% from 255) = 38.35%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=43.61%
G=38.35%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741537200.120.590.3247.6541.4648.24
HexAE99480C3B20302930
Octal2562311100147340605160
Binary1010111010011001100100001100111011100000110000101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9948; }

 p { color: rgb(174,153,72); }

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

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

 a { background-color: rgb(174,153,72); }

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

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

 span { border-color: rgb(174,153,72); }

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