Html Css Color HEX #AAA353 Husk

📋 copy color: '#AAA353'

red 170 ◦ green 163 ◦ blue 83

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

Shades of Husk #AAA353

Tints of Husk #AAA353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.95%

R = 40.87%
G = 39.18%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AAA353 (or 0xAAA353) is known color: Husk. HEX triplet: AA, A3 and 53. RGB value is (170,163,83). Sum of RGB (Red+Green+Blue) = 170+163+83=416 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.87% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA353 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA353 is #555CAC. Grayscale: #9C9C9C. Windows color (decimal): -5594285 or 5481386. OLE color: 5481386.

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

Color convert

RGB 170 163 83 -
CMYK 0 0.04 0.51 0.33
HSL 55.17º 0.34% 0.5% -
HSV(B) 55.17º 0.51% 0.67% -
XYZ 31.24 35.36 13.36 -
YUV 155.97 86.82 138 -
System Red Green Blue C M Y K H S L
Decimal 170 163 83 0 0.04 0.51 0.33 55.17 0.34 0.5
Hex AA A3 53 0 4 33 21 37 22 32
Octal 252 243 123 0 4 63 41 67 42 62
Binary 10101010 10100011 1010011 0 100 110011 100001 110111 100010 110010

Color Harmonies of #AAA353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA353

Black with #AAA353

Text Example


Text Example

White with #AAA353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA353; }

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

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

background-color css

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

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

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

border-color css

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

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

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