Html Css Color HEX #AAA60E Lucky

📋 copy color: '#AAA60E'

red 170 ◦ green 166 ◦ blue 14

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

Shades of Lucky #AAA60E

Tints of Lucky #AAA60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4%

R = 48.57%
G = 47.43%
B = 4%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AAA60E (or 0xAAA60E) is known color: Lucky. HEX triplet: AA, A6 and 0E. RGB value is (170,166,14). Sum of RGB (Red+Green+Blue) = 170+166+14=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA60E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA60E is #5559F1. Grayscale: #969696. Windows color (decimal): -5593586 or 960170. OLE color: 960170.

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

Color convert

RGB 170 166 14 -
CMYK 0 0.02 0.92 0.33
HSL 58.46º 0.85% 0.36% -
HSV(B) 58.46º 0.92% 0.67% -
XYZ 30.29 35.85 5.74 -
YUV 149.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 170 166 14 0 0.02 0.92 0.33 58.46 0.85 0.36
Hex AA A6 E 0 2 5C 21 3A 55 24
Octal 252 246 16 0 2 134 41 72 125 44
Binary 10101010 10100110 1110 0 10 1011100 100001 111010 1010101 100100

Color Harmonies of #AAA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA60E

Black with #AAA60E

Text Example


Text Example

White with #AAA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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