Html Css Color HEX #AA9A4A Husk

📋 copy color: '#AA9A4A'

red 170 ◦ green 154 ◦ blue 74

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

Shades of Husk #AA9A4A

Tints of Husk #AA9A4A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

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

R = 42.71%
G = 38.69%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA9A4A (or 0xAA9A4A) is known color: Husk. HEX triplet: AA, 9A and 4A. RGB value is (170,154,74). Sum of RGB (Red+Green+Blue) = 170+154+74=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A4A is #5565B5. Grayscale: #969696. Windows color (decimal): -5596598 or 4889258. OLE color: 4889258.

HSL color Cylindrical-coordinate representation of color #AA9A4A: hue angle of 50º 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 #AA9A4A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 154 74 -
CMYK 0 0.09 0.56 0.33
HSL 50º 0.39% 0.48% -
HSV(B) 50º 0.56% 0.67% -
XYZ 29.37 32.15 11.14 -
YUV 149.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 170 154 74 0 0.09 0.56 0.33 50 0.39 0.48
Hex AA 9A 4A 0 9 38 21 32 27 30
Octal 252 232 112 0 11 70 41 62 47 60
Binary 10101010 10011010 1001010 0 1001 111000 100001 110010 100111 110000

Color Harmonies of #AA9A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A4A

Black with #AA9A4A

Text Example


Text Example

White with #AA9A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A4A; }

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

 H1.HeaderClassName
 {
   color: #AA9A4A;
 }
 .AnyTagClassName
 {
   color: #AA9A4A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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