Html Css Color HEX #AAA018 Lucky

📋 copy color: '#AAA018'

red 170 ◦ green 160 ◦ blue 24

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

Shades of Lucky #AAA018

Tints of Lucky #AAA018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 48.02%
G = 45.2%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AAA018 (or 0xAAA018) is known color: Lucky. HEX triplet: AA, A0 and 18. RGB value is (170,160,24). Sum of RGB (Red+Green+Blue) = 170+160+24=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA018 is #555FE7. Grayscale: #949494. Windows color (decimal): -5595112 or 1613994. OLE color: 1613994.

HSL color Cylindrical-coordinate representation of color #AAA018: hue angle of 55.89º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAA018 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 160 24 -
CMYK 0 0.06 0.86 0.33
HSL 55.89º 0.75% 0.38% -
HSV(B) 55.89º 0.86% 0.67% -
XYZ 29.31 33.75 5.83 -
YUV 147.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 170 160 24 0 0.06 0.86 0.33 55.89 0.75 0.38
Hex AA A0 18 0 6 56 21 38 4B 26
Octal 252 240 30 0 6 126 41 70 113 46
Binary 10101010 10100000 11000 0 110 1010110 100001 111000 1001011 100110

Color Harmonies of #AAA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA018

Black with #AAA018

Text Example


Text Example

White with #AAA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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