Html Css Color HEX #AAAA12 Lucky

📋 copy color: '#AAAA12'

red 170 ◦ green 170 ◦ blue 18

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

Shades of Lucky #AAAA12

Tints of Lucky #AAAA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.03%

R = 47.49%
G = 47.49%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAAA12 (or 0xAAAA12) is known color: Lucky. HEX triplet: AA, AA and 12. RGB value is (170,170,18). Sum of RGB (Red+Green+Blue) = 170+170+18=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 170 - color contains mainly: red, green. Hex color #AAAA12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAA12 is #5555ED. Grayscale: #999999. Windows color (decimal): -5592558 or 1223338. OLE color: 1223338.

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

Color convert

RGB 170 170 18 -
CMYK 0 0 0.89 0.33
HSL 60º 0.81% 0.37% -
HSV(B) 60º 0.89% 0.67% -
XYZ 31.06 37.34 6.14 -
YUV 152.67 52 140.36 -
System Red Green Blue C M Y K H S L
Decimal 170 170 18 0 0 0.89 0.33 60 0.81 0.37
Hex AA AA 12 0 0 59 21 3C 51 25
Octal 252 252 22 0 0 131 41 74 121 45
Binary 10101010 10101010 10010 0 0 1011001 100001 111100 1010001 100101

Color Harmonies of #AAAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAA12

Black with #AAAA12

Text Example


Text Example

White with #AAAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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