Html Css Color HEX #AAA619 Lucky

📋 copy color: '#AAA619'

red 170 ◦ green 166 ◦ blue 25

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

Shades of Lucky #AAA619

Tints of Lucky #AAA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

 BLUE value IS 25 (10.16% from 255) = 6.93%

R = 47.09%
G = 45.98%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AAA619 (or 0xAAA619) is known color: Lucky. HEX triplet: AA, A6 and 19. RGB value is (170,166,25). Sum of RGB (Red+Green+Blue) = 170+166+25=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA619 is #5559E6. Grayscale: #979797. Windows color (decimal): -5593575 or 1681066. OLE color: 1681066.

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

Color convert

RGB 170 166 25 -
CMYK 0 0.02 0.85 0.33
HSL 58.34º 0.74% 0.38% -
HSV(B) 58.34º 0.85% 0.67% -
XYZ 30.39 35.89 6.25 -
YUV 151.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 170 166 25 0 0.02 0.85 0.33 58.34 0.74 0.38
Hex AA A6 19 0 2 55 21 3A 4A 26
Octal 252 246 31 0 2 125 41 72 112 46
Binary 10101010 10100110 11001 0 10 1010101 100001 111010 1001010 100110

Color Harmonies of #AAA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA619

Black with #AAA619

Text Example


Text Example

White with #AAA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA619; }

 p { color: rgb(170,166,25); }

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

background-color css

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

 a { background-color: rgb(170,166,25); }

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

border-color css

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

 span { border-color: rgb(170,166,25); }

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