Html Css Color HEX #AAA355 Husk

📋 copy color: '#AAA355'

red 170 ◦ green 163 ◦ blue 85

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

Shades of Husk #AAA355

Tints of Husk #AAA355

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

 BLUE value IS 85 (33.59% from 255) = 20.33%

R = 40.67%
G = 39%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AAA355 (or 0xAAA355) is known color: Husk. HEX triplet: AA, A3 and 55. RGB value is (170,163,85). Sum of RGB (Red+Green+Blue) = 170+163+85=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA355 is #555CAA. Grayscale: #9C9C9C. Windows color (decimal): -5594283 or 5612458. OLE color: 5612458.

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

Color convert

RGB 170 163 85 -
CMYK 0 0.04 0.50 0.33
HSL 55.06º 0.33% 0.5% -
HSV(B) 55.06º 0.5% 0.67% -
XYZ 31.31 35.4 13.78 -
YUV 156.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 170 163 85 0 0.04 0.50 0.33 55.06 0.33 0.5
Hex AA A3 55 0 4 32 21 37 21 32
Octal 252 243 125 0 4 62 41 67 41 62
Binary 10101010 10100011 1010101 0 100 110010 100001 110111 100001 110010

Color Harmonies of #AAA355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA355

Black with #AAA355

Text Example


Text Example

White with #AAA355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA355; }

 p { color: rgb(170,163,85); }

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

background-color css

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

 a { background-color: rgb(170,163,85); }

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

border-color css

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

 span { border-color: rgb(170,163,85); }

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