Html Css Color HEX #AA984A Husk

📋 copy color: '#AA984A'

red 170 ◦ green 152 ◦ blue 74

#AA984A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #AA984A

Tints of Husk #AA984A

RGB

 RED value IS 170 (66.8% from 255) = 42.93%

 GREEN value IS 152 (59.77% from 255) = 38.38%

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 42.93%
G = 38.38%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA984A (or 0xAA984A) is known color: 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

RGB 170 152 74 -
CMYK 0 0.11 0.56 0.33
HSL 48.75º 0.39% 0.48% -
HSV(B) 48.75º 0.56% 0.67% -
XYZ 29.04 31.5 11.03 -
YUV 148.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 170 152 74 0 0.11 0.56 0.33 48.75 0.39 0.48
Hex AA 98 4A 0 B 38 21 31 27 30
Octal 252 230 112 0 13 70 41 61 47 60
Binary 10101010 10011000 1001010 0 1011 111000 100001 110001 100111 110000

Color Harmonies of #AA984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA984A

Black with #AA984A

Text Example


Text Example

White with #AA984A

Text Example


Text Example

HTML Codes & Css Web 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>