Html Css Color HEX #AAAA15 Lucky

📋 copy color: '#AAAA15'

red 170 ◦ green 170 ◦ blue 21

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

Shades of Lucky #AAAA15

Tints of Lucky #AAAA15

RGB

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

 GREEN value IS 170 (66.8% from 255) = 47.09%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 47.09%
G = 47.09%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAAA15 (or 0xAAAA15) is known color: Lucky. HEX triplet: AA, AA and 15. RGB value is (170,170,21). Sum of RGB (Red+Green+Blue) = 170+170+21=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA15 is #5555EA. Grayscale: #999999. Windows color (decimal): -5592555 or 1419946. OLE color: 1419946.

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

Color convert

RGB 170 170 21 -
CMYK 0 0 0.88 0.33
HSL 60º 0.78% 0.37% -
HSV(B) 60º 0.88% 0.67% -
XYZ 31.09 37.35 6.28 -
YUV 153.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 170 170 21 0 0 0.88 0.33 60 0.78 0.37
Hex AA AA 15 0 0 58 21 3C 4E 25
Octal 252 252 25 0 0 130 41 74 116 45
Binary 10101010 10101010 10101 0 0 1011000 100001 111100 1001110 100101

Color Harmonies of #AAAA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA15

Black with #AAAA15

Text Example


Text Example

White with #AAAA15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA15; }

 p { color: rgb(170,170,21); }

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

background-color css

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

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

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

border-color css

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

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

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