Html Css Color HEX #AAA914 Lucky

📋 copy color: '#AAA914'

red 170 ◦ green 169 ◦ blue 20

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

Shades of Lucky #AAA914

Tints of Lucky #AAA914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 47.35%
G = 47.08%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA914 (or 0xAAA914) is known color: Lucky. HEX triplet: AA, A9 and 14. RGB value is (170,169,20). Sum of RGB (Red+Green+Blue) = 170+169+20=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 169 (66.41% from 255 or 47.08% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA914 is #5556EB. Grayscale: #989898. Windows color (decimal): -5592812 or 1354154. OLE color: 1354154.

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

Color convert

RGB 170 169 20 -
CMYK 0 0.01 0.88 0.33
HSL 59.6º 0.79% 0.37% -
HSV(B) 59.6º 0.88% 0.67% -
XYZ 30.89 36.97 6.17 -
YUV 152.31 53.33 140.62 -
System Red Green Blue C M Y K H S L
Decimal 170 169 20 0 0.01 0.88 0.33 59.6 0.79 0.37
Hex AA A9 14 0 1 58 21 3C 4F 25
Octal 252 251 24 0 1 130 41 74 117 45
Binary 10101010 10101001 10100 0 1 1011000 100001 111100 1001111 100101

Color Harmonies of #AAA914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA914

Black with #AAA914

Text Example


Text Example

White with #AAA914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA914; }

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

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

background-color css

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

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

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

border-color css

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

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

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