Html Css Color HEX #AAA410 Lucky

📋 copy color: '#AAA410'

red 170 ◦ green 164 ◦ blue 16

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

Shades of Lucky #AAA410

Tints of Lucky #AAA410

RGB

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

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

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

R = 48.57%
G = 46.86%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AAA410 (or 0xAAA410) is known color: Lucky. HEX triplet: AA, A4 and 10. RGB value is (170,164,16). Sum of RGB (Red+Green+Blue) = 170+164+16=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA410 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAA410 is #555BEF. Grayscale: #959595. Windows color (decimal): -5594096 or 1090730. OLE color: 1090730.

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

Color convert

RGB 170 164 16 -
CMYK 0 0.04 0.91 0.33
HSL 57.66º 0.83% 0.36% -
HSV(B) 57.66º 0.91% 0.67% -
XYZ 29.95 35.13 5.69 -
YUV 148.92 52.99 143.03 -
System Red Green Blue C M Y K H S L
Decimal 170 164 16 0 0.04 0.91 0.33 57.66 0.83 0.36
Hex AA A4 10 0 4 5B 21 3A 53 24
Octal 252 244 20 0 4 133 41 72 123 44
Binary 10101010 10100100 10000 0 100 1011011 100001 111010 1010011 100100

Color Harmonies of #AAA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA410

Black with #AAA410

Text Example


Text Example

White with #AAA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA410; }

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

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

background-color css

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

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

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

border-color css

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

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

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