Html Css Color HEX #AAA718 Lucky

📋 copy color: '#AAA718'

red 170 ◦ green 167 ◦ blue 24

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

Shades of Lucky #AAA718

Tints of Lucky #AAA718

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.26%

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

R = 47.09%
G = 46.26%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AAA718 (or 0xAAA718) is known color: Lucky. HEX triplet: AA, A7 and 18. RGB value is (170,167,24). Sum of RGB (Red+Green+Blue) = 170+167+24=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 167 (65.62% from 255 or 46.26% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA718 is #5558E7. Grayscale: #989898. Windows color (decimal): -5593320 or 1615786. OLE color: 1615786.

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

Color convert

RGB 170 167 24 -
CMYK 0 0.02 0.86 0.33
HSL 58.77º 0.75% 0.38% -
HSV(B) 58.77º 0.86% 0.67% -
XYZ 30.56 36.25 6.25 -
YUV 151.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 170 167 24 0 0.02 0.86 0.33 58.77 0.75 0.38
Hex AA A7 18 0 2 56 21 3B 4B 26
Octal 252 247 30 0 2 126 41 73 113 46
Binary 10101010 10100111 11000 0 10 1010110 100001 111011 1001011 100110

Color Harmonies of #AAA718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA718

Black with #AAA718

Text Example


Text Example

White with #AAA718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA718; }

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

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

background-color css

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

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

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

border-color css

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

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

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