Html Css Color HEX #A6A011 Lucky

📋 copy color: '#A6A011'

red 166 ◦ green 160 ◦ blue 17

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

Shades of Lucky #A6A011

Tints of Lucky #A6A011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.96%

R = 48.4%
G = 46.65%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A6A011 (or 0xA6A011) is known color: Lucky. HEX triplet: A6, A0 and 11. RGB value is (166,160,17). Sum of RGB (Red+Green+Blue) = 166+160+17=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A011 is #595FEE. Grayscale: #929292. Windows color (decimal): -5857263 or 1155238. OLE color: 1155238.

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

Color convert

RGB 166 160 17 -
CMYK 0 0.04 0.90 0.35
HSL 57.58º 0.81% 0.36% -
HSV(B) 57.58º 0.9% 0.65% -
XYZ 28.4 33.29 5.46 -
YUV 145.49 55.49 142.63 -
System Red Green Blue C M Y K H S L
Decimal 166 160 17 0 0.04 0.90 0.35 57.58 0.81 0.36
Hex A6 A0 11 0 4 5A 23 3A 51 24
Octal 246 240 21 0 4 132 43 72 121 44
Binary 10100110 10100000 10001 0 100 1011010 100011 111010 1010001 100100

Color Harmonies of #A6A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A011

Black with #A6A011

Text Example


Text Example

White with #A6A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A011; }

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

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

background-color css

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

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

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

border-color css

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

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

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