Html Css Color HEX #AAA011 Lucky

📋 copy color: '#AAA011'

red 170 ◦ green 160 ◦ blue 17

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

Shades of Lucky #AAA011

Tints of Lucky #AAA011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.9%

R = 48.99%
G = 46.11%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AAA011 (or 0xAAA011) is known color: Lucky. HEX triplet: AA, A0 and 11. RGB value is (170,160,17). Sum of RGB (Red+Green+Blue) = 170+160+17=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA011 is #555FEE. Grayscale: #939393. Windows color (decimal): -5595119 or 1155242. OLE color: 1155242.

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

Color convert

RGB 170 160 17 -
CMYK 0 0.06 0.9 0.33
HSL 56.08º 0.82% 0.37% -
HSV(B) 56.08º 0.9% 0.67% -
XYZ 29.25 33.73 5.5 -
YUV 146.69 54.81 144.63 -
System Red Green Blue C M Y K H S L
Decimal 170 160 17 0 0.06 0.9 0.33 56.08 0.82 0.37
Hex AA A0 11 0 6 5A 21 38 52 25
Octal 252 240 21 0 6 132 41 70 122 45
Binary 10101010 10100000 10001 0 110 1011010 100001 111000 1010010 100101

Color Harmonies of #AAA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA011

Black with #AAA011

Text Example


Text Example

White with #AAA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA011; }

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

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

background-color css

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

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

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

border-color css

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

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

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