Html Css Color HEX #AA9E48 Husk

📋 copy color: '#AA9E48'

red 170 ◦ green 158 ◦ blue 72

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

Shades of Husk #AA9E48

Tints of Husk #AA9E48

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

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

R = 42.5%
G = 39.5%
B = 18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA9E48 (or 0xAA9E48) is known color: Husk. HEX triplet: AA, 9E and 48. RGB value is (170,158,72). Sum of RGB (Red+Green+Blue) = 170+158+72=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E48 is #5561B7. Grayscale: #989898. Windows color (decimal): -5595576 or 4759210. OLE color: 4759210.

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

Color convert

RGB 170 158 72 -
CMYK 0 0.07 0.58 0.33
HSL 52.65º 0.4% 0.47% -
HSV(B) 52.65º 0.58% 0.67% -
XYZ 29.97 33.47 11.01 -
YUV 151.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 170 158 72 0 0.07 0.58 0.33 52.65 0.4 0.47
Hex AA 9E 48 0 7 3A 21 35 28 2F
Octal 252 236 110 0 7 72 41 65 50 57
Binary 10101010 10011110 1001000 0 111 111010 100001 110101 101000 101111

Color Harmonies of #AA9E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E48

Black with #AA9E48

Text Example


Text Example

White with #AA9E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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