Html Css Color HEX #AAA419 Lucky

📋 copy color: '#AAA419'

red 170 ◦ green 164 ◦ blue 25

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

Shades of Lucky #AAA419

Tints of Lucky #AAA419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.68%

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

R = 47.35%
G = 45.68%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AAA419 (or 0xAAA419) is known color: Lucky. HEX triplet: AA, A4 and 19. RGB value is (170,164,25). Sum of RGB (Red+Green+Blue) = 170+164+25=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA419 is #555BE6. Grayscale: #969696. Windows color (decimal): -5594087 or 1680554. OLE color: 1680554.

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

Color convert

RGB 170 164 25 -
CMYK 0 0.04 0.85 0.33
HSL 57.52º 0.74% 0.38% -
HSV(B) 57.52º 0.85% 0.67% -
XYZ 30.03 35.17 6.12 -
YUV 149.95 57.49 142.3 -
System Red Green Blue C M Y K H S L
Decimal 170 164 25 0 0.04 0.85 0.33 57.52 0.74 0.38
Hex AA A4 19 0 4 55 21 3A 4A 26
Octal 252 244 31 0 4 125 41 72 112 46
Binary 10101010 10100100 11001 0 100 1010101 100001 111010 1001010 100110

Color Harmonies of #AAA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA419

Black with #AAA419

Text Example


Text Example

White with #AAA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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