Html Css Color HEX #AAA04F Husk

📋 copy color: '#AAA04F'

red 170 ◦ green 160 ◦ blue 79

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

Shades of Husk #AAA04F

Tints of Husk #AAA04F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.12%

 BLUE value IS 79 (31.25% from 255) = 19.32%

R = 41.56%
G = 39.12%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AAA04F (or 0xAAA04F) is known color: Husk. HEX triplet: AA, A0 and 4F. RGB value is (170,160,79). Sum of RGB (Red+Green+Blue) = 170+160+79=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 79 (31.25% from 255 or 19.32% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA04F is #555FB0. Grayscale: #9A9A9A. Windows color (decimal): -5595057 or 5218474. OLE color: 5218474.

HSL color Cylindrical-coordinate representation of color #AAA04F: hue angle of 53.41º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAA04F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 79 -
CMYK 0 0.06 0.54 0.33
HSL 53.41º 0.37% 0.49% -
HSV(B) 53.41º 0.54% 0.67% -
XYZ 30.56 34.25 12.4 -
YUV 153.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 170 160 79 0 0.06 0.54 0.33 53.41 0.37 0.49
Hex AA A0 4F 0 6 36 21 35 25 31
Octal 252 240 117 0 6 66 41 65 45 61
Binary 10101010 10100000 1001111 0 110 110110 100001 110101 100101 110001

Color Harmonies of #AAA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA04F

Black with #AAA04F

Text Example


Text Example

White with #AAA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA04F; }

 p { color: rgb(170,160,79); }

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

background-color css

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

 a { background-color: rgb(170,160,79); }

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

border-color css

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

 span { border-color: rgb(170,160,79); }

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