Html Css Color HEX #AAA058 Husk

📋 copy color: '#AAA058'

red 170 ◦ green 160 ◦ blue 88

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

Shades of Husk #AAA058

Tints of Husk #AAA058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.05%

R = 40.67%
G = 38.28%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AAA058 (or 0xAAA058) is known color: Husk. HEX triplet: AA, A0 and 58. RGB value is (170,160,88). Sum of RGB (Red+Green+Blue) = 170+160+88=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA058 is #555FA7. Grayscale: #9B9B9B. Windows color (decimal): -5595048 or 5808298. OLE color: 5808298.

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

Color convert

RGB 170 160 88 -
CMYK 0 0.06 0.48 0.33
HSL 52.68º 0.33% 0.51% -
HSV(B) 52.68º 0.48% 0.67% -
XYZ 30.91 34.39 14.24 -
YUV 154.78 90.31 138.85 -
System Red Green Blue C M Y K H S L
Decimal 170 160 88 0 0.06 0.48 0.33 52.68 0.33 0.51
Hex AA A0 58 0 6 30 21 35 21 33
Octal 252 240 130 0 6 60 41 65 41 63
Binary 10101010 10100000 1011000 0 110 110000 100001 110101 100001 110011

Color Harmonies of #AAA058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA058

Black with #AAA058

Text Example


Text Example

White with #AAA058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA058; }

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

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

background-color css

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

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

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

border-color css

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

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

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