Html Css Color HEX #AAA811 Lucky

📋 copy color: '#AAA811'

red 170 ◦ green 168 ◦ blue 17

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

Shades of Lucky #AAA811

Tints of Lucky #AAA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.32%

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

R = 47.89%
G = 47.32%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AAA811 (or 0xAAA811) is known color: Lucky. HEX triplet: AA, A8 and 11. RGB value is (170,168,17). Sum of RGB (Red+Green+Blue) = 170+168+17=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 168 (66.02% from 255 or 47.32% from 355); Blue value is 17 (7.03% from 255 or 4.79% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA811 is #5557EE. Grayscale: #979797. Windows color (decimal): -5593071 or 1157290. OLE color: 1157290.

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

Color convert

RGB 170 168 17 -
CMYK 0 0.01 0.9 0.33
HSL 59.22º 0.82% 0.37% -
HSV(B) 59.22º 0.9% 0.67% -
XYZ 30.68 36.59 5.98 -
YUV 151.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 170 168 17 0 0.01 0.9 0.33 59.22 0.82 0.37
Hex AA A8 11 0 1 5A 21 3B 52 25
Octal 252 250 21 0 1 132 41 73 122 45
Binary 10101010 10101000 10001 0 1 1011010 100001 111011 1010010 100101

Color Harmonies of #AAA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA811

Black with #AAA811

Text Example


Text Example

White with #AAA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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