Html Css Color HEX #AAA518 Lucky

📋 copy color: '#AAA518'

red 170 ◦ green 165 ◦ blue 24

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

Shades of Lucky #AAA518

Tints of Lucky #AAA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.96%

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

R = 47.35%
G = 45.96%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AAA518 (or 0xAAA518) is known color: Lucky. HEX triplet: AA, A5 and 18. RGB value is (170,165,24). Sum of RGB (Red+Green+Blue) = 170+165+24=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA518 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA518 is #555AE7. Grayscale: #969696. Windows color (decimal): -5593832 or 1615274. OLE color: 1615274.

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

Color convert

RGB 170 165 24 -
CMYK 0 0.03 0.86 0.33
HSL 57.95º 0.75% 0.38% -
HSV(B) 57.95º 0.86% 0.67% -
XYZ 30.2 35.52 6.13 -
YUV 150.42 56.66 141.96 -
System Red Green Blue C M Y K H S L
Decimal 170 165 24 0 0.03 0.86 0.33 57.95 0.75 0.38
Hex AA A5 18 0 3 56 21 3A 4B 26
Octal 252 245 30 0 3 126 41 72 113 46
Binary 10101010 10100101 11000 0 11 1010110 100001 111010 1001011 100110

Color Harmonies of #AAA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA518

Black with #AAA518

Text Example


Text Example

White with #AAA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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