Html Css Color HEX #A6A118 Lucky

📋 copy color: '#A6A118'

red 166 ◦ green 161 ◦ blue 24

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

Shades of Lucky #A6A118

Tints of Lucky #A6A118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.87%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 47.29%
G = 45.87%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A6A118 (or 0xA6A118) is known color: Lucky. HEX triplet: A6, A1 and 18. RGB value is (166,161,24). Sum of RGB (Red+Green+Blue) = 166+161+24=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 161 (63.28% from 255 or 45.87% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A118 is #595EE7. Grayscale: #939393. Windows color (decimal): -5857000 or 1614246. OLE color: 1614246.

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

Color convert

RGB 166 161 24 -
CMYK 0 0.03 0.86 0.35
HSL 57.89º 0.75% 0.37% -
HSV(B) 57.89º 0.86% 0.65% -
XYZ 28.64 33.66 5.85 -
YUV 146.88 58.66 141.64 -
System Red Green Blue C M Y K H S L
Decimal 166 161 24 0 0.03 0.86 0.35 57.89 0.75 0.37
Hex A6 A1 18 0 3 56 23 3A 4B 25
Octal 246 241 30 0 3 126 43 72 113 45
Binary 10100110 10100001 11000 0 11 1010110 100011 111010 1001011 100101

Color Harmonies of #A6A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A118

Black with #A6A118

Text Example


Text Example

White with #A6A118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A118; }

 p { color: rgb(166,161,24); }

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

background-color css

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

 a { background-color: rgb(166,161,24); }

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

border-color css

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

 span { border-color: rgb(166,161,24); }

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