Html Css Color HEX #AAA012 Lucky

📋 copy color: '#AAA012'

red 170 ◦ green 160 ◦ blue 18

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

Shades of Lucky #AAA012

Tints of Lucky #AAA012

RGB

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

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

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

R = 48.85%
G = 45.98%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA012 (or 0xAAA012) is known color: Lucky. HEX triplet: AA, A0 and 12. RGB value is (170,160,18). Sum of RGB (Red+Green+Blue) = 170+160+18=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA012 is #555FED. Grayscale: #939393. Windows color (decimal): -5595118 or 1220778. OLE color: 1220778.

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

Color convert

RGB 170 160 18 -
CMYK 0 0.06 0.89 0.33
HSL 56.05º 0.81% 0.37% -
HSV(B) 56.05º 0.89% 0.67% -
XYZ 29.26 33.73 5.54 -
YUV 146.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 170 160 18 0 0.06 0.89 0.33 56.05 0.81 0.37
Hex AA A0 12 0 6 59 21 38 51 25
Octal 252 240 22 0 6 131 41 70 121 45
Binary 10101010 10100000 10010 0 110 1011001 100001 111000 1010001 100101

Color Harmonies of #AAA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA012

Black with #AAA012

Text Example


Text Example

White with #AAA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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