Html Css Color HEX #AAA60D Lucky

📋 copy color: '#AAA60D'

red 170 ◦ green 166 ◦ blue 13

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

Shades of Lucky #AAA60D

Tints of Lucky #AAA60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.72%

R = 48.71%
G = 47.56%
B = 3.72%

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

#AAA60D (or 0xAAA60D) is known color: Lucky. HEX triplet: AA, A6 and 0D. RGB value is (170,166,13). Sum of RGB (Red+Green+Blue) = 170+166+13=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA60D is #5559F2. Grayscale: #969696. Windows color (decimal): -5593587 or 894634. OLE color: 894634.

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

Color convert

RGB 170 166 13 -
CMYK 0 0.02 0.92 0.33
HSL 58.47º 0.86% 0.36% -
HSV(B) 58.47º 0.92% 0.67% -
XYZ 30.29 35.85 5.7 -
YUV 149.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 170 166 13 0 0.02 0.92 0.33 58.47 0.86 0.36
Hex AA A6 D 0 2 5C 21 3A 56 24
Octal 252 246 15 0 2 134 41 72 126 44
Binary 10101010 10100110 1101 0 10 1011100 100001 111010 1010110 100100

Color Harmonies of #AAA60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA60D

Black with #AAA60D

Text Example


Text Example

White with #AAA60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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