#AA984A

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

Shades of Husk #AA984A

Tints of Husk #AA984A

Color information

#AA984A (or 0xAA984A) is unknown color: approx Husk. HEX triplet: AA, 98 and 4A. RGB value is (170,152,74). Sum of RGB (Red+Green+Blue) = 170+152+74=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA984A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA984A is #5567B5. Grayscale: #949494. Windows color (decimal): -5597110 or 4888746. OLE color: 4888746.

HSL color Cylindrical-coordinate representation of color #AA984A: hue angle of 48.75º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA984A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17015274-
CMYK00.110.560.33
HSL48.75º39.34%47.84%-
HSV(B)48.75º56.47%66.67%-
XYZ29.0431.511.03-
YUV148.4985.96143.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=42.93%
G=38.38%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701527400.110.560.3348.7539.3447.84
HexAA984A0B3821312730
Octal2522301120137041614760
Binary1010101010011000100101001011111000100001110001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA984A; }

 p { color: rgb(170,152,74); }

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

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

 a { background-color: rgb(170,152,74); }

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

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

 span { border-color: rgb(170,152,74); }

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