Html Css Color HEX #AAA153 Husk

📋 copy color: '#AAA153'

red 170 ◦ green 161 ◦ blue 83

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

Shades of Husk #AAA153

Tints of Husk #AAA153

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 41.06%
G = 38.89%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AAA153 (or 0xAAA153) is known color: Husk. HEX triplet: AA, A1 and 53. RGB value is (170,161,83). Sum of RGB (Red+Green+Blue) = 170+161+83=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA153 is #555EAC. Grayscale: #9B9B9B. Windows color (decimal): -5594797 or 5480874. OLE color: 5480874.

HSL color Cylindrical-coordinate representation of color #AAA153: hue angle of 53.79º 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 #AAA153 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 161 83 -
CMYK 0 0.05 0.51 0.33
HSL 53.79º 0.34% 0.5% -
HSV(B) 53.79º 0.51% 0.67% -
XYZ 30.88 34.66 13.25 -
YUV 154.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 170 161 83 0 0.05 0.51 0.33 53.79 0.34 0.5
Hex AA A1 53 0 5 33 21 36 22 32
Octal 252 241 123 0 5 63 41 66 42 62
Binary 10101010 10100001 1010011 0 101 110011 100001 110110 100010 110010

Color Harmonies of #AAA153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA153

Black with #AAA153

Text Example


Text Example

White with #AAA153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA153; }

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

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

background-color css

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

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

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

border-color css

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

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

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