Html Css Color HEX #A6A416 Lucky

📋 copy color: '#A6A416'

red 166 ◦ green 164 ◦ blue 22

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

Shades of Lucky #A6A416

Tints of Lucky #A6A416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.25%

R = 47.16%
G = 46.59%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A6A416 (or 0xA6A416) is known color: Lucky. HEX triplet: A6, A4 and 16. RGB value is (166,164,22). Sum of RGB (Red+Green+Blue) = 166+164+22=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A416 is #595BE9. Grayscale: #949494. Windows color (decimal): -5856234 or 1483942. OLE color: 1483942.

HSL color Cylindrical-coordinate representation of color #A6A416: hue angle of 59.17º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6A416 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 22 -
CMYK 0 0.01 0.87 0.35
HSL 59.17º 0.77% 0.37% -
HSV(B) 59.17º 0.87% 0.65% -
XYZ 29.15 34.72 5.92 -
YUV 148.41 56.66 140.55 -
System Red Green Blue C M Y K H S L
Decimal 166 164 22 0 0.01 0.87 0.35 59.17 0.77 0.37
Hex A6 A4 16 0 1 57 23 3B 4D 25
Octal 246 244 26 0 1 127 43 73 115 45
Binary 10100110 10100100 10110 0 1 1010111 100011 111011 1001101 100101

Color Harmonies of #A6A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A416

Black with #A6A416

Text Example


Text Example

White with #A6A416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A416; }

 p { color: rgb(166,164,22); }

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

background-color css

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

 a { background-color: rgb(166,164,22); }

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

border-color css

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

 span { border-color: rgb(166,164,22); }

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