Html Css Color HEX #AA9949 Husk

📋 copy color: '#AA9949'

red 170 ◦ green 153 ◦ blue 73

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

Shades of Husk #AA9949

Tints of Husk #AA9949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 73 (28.91% from 255) = 18.43%

R = 42.93%
G = 38.64%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA9949 (or 0xAA9949) is known color: Husk. HEX triplet: AA, 99 and 49. RGB value is (170,153,73). Sum of RGB (Red+Green+Blue) = 170+153+73=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9949 is #5566B6. Grayscale: #959595. Windows color (decimal): -5596855 or 4823466. OLE color: 4823466.

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

Color convert

RGB 170 153 73 -
CMYK 0 0.1 0.57 0.33
HSL 49.48º 0.4% 0.48% -
HSV(B) 49.48º 0.57% 0.67% -
XYZ 29.17 31.81 10.91 -
YUV 148.96 85.13 143 -
System Red Green Blue C M Y K H S L
Decimal 170 153 73 0 0.1 0.57 0.33 49.48 0.4 0.48
Hex AA 99 49 0 A 39 21 31 28 30
Octal 252 231 111 0 12 71 41 61 50 60
Binary 10101010 10011001 1001001 0 1010 111001 100001 110001 101000 110000

Color Harmonies of #AA9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9949

Black with #AA9949

Text Example


Text Example

White with #AA9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9949; }

 p { color: rgb(170,153,73); }

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

background-color css

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

 a { background-color: rgb(170,153,73); }

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

border-color css

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

 span { border-color: rgb(170,153,73); }

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