Html Css Color HEX #AAA610 Lucky

📋 copy color: '#AAA610'

red 170 ◦ green 166 ◦ blue 16

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

Shades of Lucky #AAA610

Tints of Lucky #AAA610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 48.3%
G = 47.16%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAA610 (or 0xAAA610) is known color: Lucky. HEX triplet: AA, A6 and 10. RGB value is (170,166,16). Sum of RGB (Red+Green+Blue) = 170+166+16=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA610 is #5559EF. Grayscale: #969696. Windows color (decimal): -5593584 or 1091242. OLE color: 1091242.

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

Color convert

RGB 170 166 16 -
CMYK 0 0.02 0.91 0.33
HSL 58.44º 0.83% 0.36% -
HSV(B) 58.44º 0.91% 0.67% -
XYZ 30.31 35.86 5.81 -
YUV 150.1 52.33 142.2 -
System Red Green Blue C M Y K H S L
Decimal 170 166 16 0 0.02 0.91 0.33 58.44 0.83 0.36
Hex AA A6 10 0 2 5B 21 3A 53 24
Octal 252 246 20 0 2 133 41 72 123 44
Binary 10101010 10100110 10000 0 10 1011011 100001 111010 1010011 100100

Color Harmonies of #AAA610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA610

Black with #AAA610

Text Example


Text Example

White with #AAA610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA610; }

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

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

background-color css

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

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

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

border-color css

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

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

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