Html Css Color HEX #AAA05A Husk

📋 copy color: '#AAA05A'

red 170 ◦ green 160 ◦ blue 90

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

Shades of Husk #AAA05A

Tints of Husk #AAA05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 40.48%
G = 38.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AAA05A (or 0xAAA05A) is known color: Husk. HEX triplet: AA, A0 and 5A. RGB value is (170,160,90). Sum of RGB (Red+Green+Blue) = 170+160+90=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA05A is #555FA5. Grayscale: #9B9B9B. Windows color (decimal): -5595046 or 5939370. OLE color: 5939370.

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

Color convert

RGB 170 160 90 -
CMYK 0 0.06 0.47 0.33
HSL 52.5º 0.32% 0.51% -
HSV(B) 52.5º 0.47% 0.67% -
XYZ 30.99 34.43 14.68 -
YUV 155.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 170 160 90 0 0.06 0.47 0.33 52.5 0.32 0.51
Hex AA A0 5A 0 6 2F 21 34 20 33
Octal 252 240 132 0 6 57 41 64 40 63
Binary 10101010 10100000 1011010 0 110 101111 100001 110100 100000 110011

Color Harmonies of #AAA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA05A

Black with #AAA05A

Text Example


Text Example

White with #AAA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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