Html Css Color HEX #AAA912 Lucky

📋 copy color: '#AAA912'

red 170 ◦ green 169 ◦ blue 18

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

Shades of Lucky #AAA912

Tints of Lucky #AAA912

RGB

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

 GREEN value IS 169 (66.41% from 255) = 47.34%

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

R = 47.62%
G = 47.34%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA912 (or 0xAAA912) is known color: Lucky. HEX triplet: AA, A9 and 12. RGB value is (170,169,18). Sum of RGB (Red+Green+Blue) = 170+169+18=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA912 is #5556ED. Grayscale: #989898. Windows color (decimal): -5592814 or 1223082. OLE color: 1223082.

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

Color convert

RGB 170 169 18 -
CMYK 0 0.01 0.89 0.33
HSL 59.61º 0.81% 0.37% -
HSV(B) 59.61º 0.89% 0.67% -
XYZ 30.87 36.97 6.08 -
YUV 152.09 52.33 140.78 -
System Red Green Blue C M Y K H S L
Decimal 170 169 18 0 0.01 0.89 0.33 59.61 0.81 0.37
Hex AA A9 12 0 1 59 21 3C 51 25
Octal 252 251 22 0 1 131 41 74 121 45
Binary 10101010 10101001 10010 0 1 1011001 100001 111100 1010001 100101

Color Harmonies of #AAA912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA912

Black with #AAA912

Text Example


Text Example

White with #AAA912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA912; }

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

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

background-color css

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

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

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

border-color css

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

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

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