Html Css Color HEX #A6A012 Lucky

📋 copy color: '#A6A012'

red 166 ◦ green 160 ◦ blue 18

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

Shades of Lucky #A6A012

Tints of Lucky #A6A012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 48.26%
G = 46.51%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A6A012 (or 0xA6A012) is known color: Lucky. HEX triplet: A6, A0 and 12. RGB value is (166,160,18). Sum of RGB (Red+Green+Blue) = 166+160+18=344 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.26% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A012 is #595FED. Grayscale: #929292. Windows color (decimal): -5857262 or 1220774. OLE color: 1220774.

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

Color convert

RGB 166 160 18 -
CMYK 0 0.04 0.89 0.35
HSL 57.57º 0.8% 0.36% -
HSV(B) 57.57º 0.89% 0.65% -
XYZ 28.41 33.29 5.5 -
YUV 145.61 55.99 142.55 -
System Red Green Blue C M Y K H S L
Decimal 166 160 18 0 0.04 0.89 0.35 57.57 0.8 0.36
Hex A6 A0 12 0 4 59 23 3A 50 24
Octal 246 240 22 0 4 131 43 72 120 44
Binary 10100110 10100000 10010 0 100 1011001 100011 111010 1010000 100100

Color Harmonies of #A6A012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A012

Black with #A6A012

Text Example


Text Example

White with #A6A012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A012; }

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

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

background-color css

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

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

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

border-color css

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

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

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