Html Css Color HEX #AAA014 Lucky

📋 copy color: '#AAA014'

red 170 ◦ green 160 ◦ blue 20

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

Shades of Lucky #AAA014

Tints of Lucky #AAA014

RGB

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

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

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

R = 48.57%
G = 45.71%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AAA014 (or 0xAAA014) is known color: Lucky. HEX triplet: AA, A0 and 14. RGB value is (170,160,20). Sum of RGB (Red+Green+Blue) = 170+160+20=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA014 is #555FEB. Grayscale: #939393. Windows color (decimal): -5595116 or 1351850. OLE color: 1351850.

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

Color convert

RGB 170 160 20 -
CMYK 0 0.06 0.88 0.33
HSL 56º 0.79% 0.37% -
HSV(B) 56º 0.88% 0.67% -
XYZ 29.27 33.74 5.63 -
YUV 147.03 56.31 144.38 -
System Red Green Blue C M Y K H S L
Decimal 170 160 20 0 0.06 0.88 0.33 56 0.79 0.37
Hex AA A0 14 0 6 58 21 38 4F 25
Octal 252 240 24 0 6 130 41 70 117 45
Binary 10101010 10100000 10100 0 110 1011000 100001 111000 1001111 100101

Color Harmonies of #AAA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA014

Black with #AAA014

Text Example


Text Example

White with #AAA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA014; }

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

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

background-color css

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

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

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

border-color css

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

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

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