Html Css Color HEX #A6A013 Lucky

📋 copy color: '#A6A013'

red 166 ◦ green 160 ◦ blue 19

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

Shades of Lucky #A6A013

Tints of Lucky #A6A013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 48.12%
G = 46.38%
B = 5.51%

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

#A6A013 (or 0xA6A013) is known color: Lucky. HEX triplet: A6, A0 and 13. RGB value is (166,160,19). Sum of RGB (Red+Green+Blue) = 166+160+19=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A013 is #595FEC. Grayscale: #929292. Windows color (decimal): -5857261 or 1286310. OLE color: 1286310.

HSL color Cylindrical-coordinate representation of color #A6A013: hue angle of 57.55º degrees, saturation: 0.79, 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 #A6A013 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 160 19 -
CMYK 0 0.04 0.89 0.35
HSL 57.55º 0.79% 0.36% -
HSV(B) 57.55º 0.89% 0.65% -
XYZ 28.41 33.3 5.55 -
YUV 145.72 56.49 142.46 -
System Red Green Blue C M Y K H S L
Decimal 166 160 19 0 0.04 0.89 0.35 57.55 0.79 0.36
Hex A6 A0 13 0 4 59 23 3A 4F 24
Octal 246 240 23 0 4 131 43 72 117 44
Binary 10100110 10100000 10011 0 100 1011001 100011 111010 1001111 100100

Color Harmonies of #A6A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A013

Black with #A6A013

Text Example


Text Example

White with #A6A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A013; }

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

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

background-color css

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

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

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

border-color css

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

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

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