Html Css Color HEX #AA9A48 Husk

📋 copy color: '#AA9A48'

red 170 ◦ green 154 ◦ blue 72

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

Shades of Husk #AA9A48

Tints of Husk #AA9A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 42.93%
G = 38.89%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9A48 (or 0xAA9A48) is known color: Husk. HEX triplet: AA, 9A and 48. RGB value is (170,154,72). Sum of RGB (Red+Green+Blue) = 170+154+72=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9A48 is #5565B7. Grayscale: #959595. Windows color (decimal): -5596600 or 4758186. OLE color: 4758186.

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

Color convert

RGB 170 154 72 -
CMYK 0 0.09 0.58 0.33
HSL 50.2º 0.4% 0.47% -
HSV(B) 50.2º 0.58% 0.67% -
XYZ 29.3 32.13 10.79 -
YUV 149.44 84.3 142.67 -
System Red Green Blue C M Y K H S L
Decimal 170 154 72 0 0.09 0.58 0.33 50.2 0.4 0.47
Hex AA 9A 48 0 9 3A 21 32 28 2F
Octal 252 232 110 0 11 72 41 62 50 57
Binary 10101010 10011010 1001000 0 1001 111010 100001 110010 101000 101111

Color Harmonies of #AA9A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9A48

Black with #AA9A48

Text Example


Text Example

White with #AA9A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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