Html Css Color HEX #A6A000 Lucky

📋 copy color: '#A6A000'

red 166 ◦ green 160 ◦ blue 0

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

Shades of Lucky #A6A000

Tints of Lucky #A6A000

RGB

 RED value IS 166 (65.23% from 255) = 50.92%

 GREEN value IS 160 (62.89% from 255) = 49.08%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.92%
G = 49.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A6A000 (or 0xA6A000) is known color: Lucky. HEX triplet: A6, A0 and 00. RGB value is (166,160,0). Sum of RGB (Red+Green+Blue) = 166+160+0=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A000 is #595FFF. Grayscale: #909090. Windows color (decimal): -5857280 or 41126. OLE color: 41126.

HSL color Cylindrical-coordinate representation of color #A6A000: hue angle of 57.83º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6A000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 0 -
CMYK 0 0.04 1 0.35
HSL 57.83º 1% 0.33% -
HSV(B) 57.83º 1% 0.65% -
XYZ 28.3 33.25 4.93 -
YUV 143.55 46.99 144.01 -
System Red Green Blue C M Y K H S L
Decimal 166 160 0 0 0.04 1 0.35 57.83 1 0.33
Hex A6 A0 0 0 4 64 23 3A 64 21
Octal 246 240 0 0 4 144 43 72 144 41
Binary 10100110 10100000 0 0 100 1100100 100011 111010 1100100 100001

Color Harmonies of #A6A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A000

Black with #A6A000

Text Example


Text Example

White with #A6A000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A000; }

 p { color: rgb(166,160,0); }

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

background-color css

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

 a { background-color: rgb(166,160,0); }

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

border-color css

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

 span { border-color: rgb(166,160,0); }

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