Html Css Color HEX #A6A20B Lucky

📋 copy color: '#A6A20B'

red 166 ◦ green 162 ◦ blue 11

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

Shades of Lucky #A6A20B

Tints of Lucky #A6A20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.79%

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 48.97%
G = 47.79%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6A20B (or 0xA6A20B) is known color: Lucky. HEX triplet: A6, A2 and 0B. RGB value is (166,162,11). Sum of RGB (Red+Green+Blue) = 166+162+11=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A20B is #595DF4. Grayscale: #929292. Windows color (decimal): -5856757 or 762534. OLE color: 762534.

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

Color convert

RGB 166 162 11 -
CMYK 0 0.02 0.93 0.35
HSL 58.45º 0.88% 0.35% -
HSV(B) 58.45º 0.93% 0.65% -
XYZ 28.71 33.97 5.36 -
YUV 145.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 166 162 11 0 0.02 0.93 0.35 58.45 0.88 0.35
Hex A6 A2 B 0 2 5D 23 3A 58 23
Octal 246 242 13 0 2 135 43 72 130 43
Binary 10100110 10100010 1011 0 10 1011101 100011 111010 1011000 100011

Color Harmonies of #A6A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A20B

Black with #A6A20B

Text Example


Text Example

White with #A6A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A20B; }

 p { color: rgb(166,162,11); }

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

background-color css

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

 a { background-color: rgb(166,162,11); }

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

border-color css

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

 span { border-color: rgb(166,162,11); }

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