Html Css Color HEX #AAA613 Lucky

📋 copy color: '#AAA613'

red 170 ◦ green 166 ◦ blue 19

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

Shades of Lucky #AAA613

Tints of Lucky #AAA613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 47.89%
G = 46.76%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AAA613 (or 0xAAA613) is known color: Lucky. HEX triplet: AA, A6 and 13. RGB value is (170,166,19). Sum of RGB (Red+Green+Blue) = 170+166+19=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA613 is #5559EC. Grayscale: #979797. Windows color (decimal): -5593581 or 1287850. OLE color: 1287850.

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

Color convert

RGB 170 166 19 -
CMYK 0 0.02 0.89 0.33
HSL 58.41º 0.8% 0.37% -
HSV(B) 58.41º 0.89% 0.67% -
XYZ 30.33 35.87 5.94 -
YUV 150.44 53.83 141.95 -
System Red Green Blue C M Y K H S L
Decimal 170 166 19 0 0.02 0.89 0.33 58.41 0.8 0.37
Hex AA A6 13 0 2 59 21 3A 50 25
Octal 252 246 23 0 2 131 41 72 120 45
Binary 10101010 10100110 10011 0 10 1011001 100001 111010 1010000 100101

Color Harmonies of #AAA613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA613

Black with #AAA613

Text Example


Text Example

White with #AAA613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA613; }

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

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

background-color css

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

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

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

border-color css

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

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

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