Html Css Color HEX #AAA411 Lucky

📋 copy color: '#AAA411'

red 170 ◦ green 164 ◦ blue 17

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

Shades of Lucky #AAA411

Tints of Lucky #AAA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 48.43%
G = 46.72%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AAA411 (or 0xAAA411) is known color: Lucky. HEX triplet: AA, A4 and 11. RGB value is (170,164,17). Sum of RGB (Red+Green+Blue) = 170+164+17=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA411 is #555BEE. Grayscale: #959595. Windows color (decimal): -5594095 or 1156266. OLE color: 1156266.

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

Color convert

RGB 170 164 17 -
CMYK 0 0.04 0.9 0.33
HSL 57.65º 0.82% 0.37% -
HSV(B) 57.65º 0.9% 0.67% -
XYZ 29.95 35.14 5.73 -
YUV 149.04 53.49 142.95 -
System Red Green Blue C M Y K H S L
Decimal 170 164 17 0 0.04 0.9 0.33 57.65 0.82 0.37
Hex AA A4 11 0 4 5A 21 3A 52 25
Octal 252 244 21 0 4 132 41 72 122 45
Binary 10101010 10100100 10001 0 100 1011010 100001 111010 1010010 100101

Color Harmonies of #AAA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA411

Black with #AAA411

Text Example


Text Example

White with #AAA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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