Html Css Color HEX #AAA517 Lucky

📋 copy color: '#AAA517'

red 170 ◦ green 165 ◦ blue 23

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

Shades of Lucky #AAA517

Tints of Lucky #AAA517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 47.49%
G = 46.09%
B = 6.42%

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

#AAA517 (or 0xAAA517) is known color: Lucky. HEX triplet: AA, A5 and 17. RGB value is (170,165,23). Sum of RGB (Red+Green+Blue) = 170+165+23=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA517 is #555AE8. Grayscale: #969696. Windows color (decimal): -5593833 or 1549738. OLE color: 1549738.

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

Color convert

RGB 170 165 23 -
CMYK 0 0.03 0.86 0.33
HSL 57.96º 0.76% 0.38% -
HSV(B) 57.96º 0.86% 0.67% -
XYZ 30.19 35.52 6.08 -
YUV 150.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 170 165 23 0 0.03 0.86 0.33 57.96 0.76 0.38
Hex AA A5 17 0 3 56 21 3A 4C 26
Octal 252 245 27 0 3 126 41 72 114 46
Binary 10101010 10100101 10111 0 11 1010110 100001 111010 1001100 100110

Color Harmonies of #AAA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA517

Black with #AAA517

Text Example


Text Example

White with #AAA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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