Html Css Color HEX #A6A119 Lucky

📋 copy color: '#A6A119'

red 166 ◦ green 161 ◦ blue 25

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

Shades of Lucky #A6A119

Tints of Lucky #A6A119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.1%

R = 47.16%
G = 45.74%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A6A119 (or 0xA6A119) is known color: Lucky. HEX triplet: A6, A1 and 19. RGB value is (166,161,25). Sum of RGB (Red+Green+Blue) = 166+161+25=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 25 (10.16% from 255 or 7.10% from 352); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A119 is #595EE6. Grayscale: #939393. Windows color (decimal): -5856999 or 1679782. OLE color: 1679782.

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

Color convert

RGB 166 161 25 -
CMYK 0 0.03 0.85 0.35
HSL 57.87º 0.74% 0.37% -
HSV(B) 57.87º 0.85% 0.65% -
XYZ 28.65 33.67 5.91 -
YUV 146.99 59.16 141.56 -
System Red Green Blue C M Y K H S L
Decimal 166 161 25 0 0.03 0.85 0.35 57.87 0.74 0.37
Hex A6 A1 19 0 3 55 23 3A 4A 25
Octal 246 241 31 0 3 125 43 72 112 45
Binary 10100110 10100001 11001 0 11 1010101 100011 111010 1001010 100101

Color Harmonies of #A6A119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A119

Black with #A6A119

Text Example


Text Example

White with #A6A119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A119; }

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

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

background-color css

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

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

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

border-color css

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

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

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