color codes Logo

#a6b10a color codes

#A6B10A
(166,177,10)
0 Favorites   0 Comments

Color spaces of #a6b10a

RGB 16617710
HSL0.180.890.37
HSV64°94°69°
CMYK 0.060.000.94   0.31
XYZ31.502839.57326.2652
Yxy39.57320.40730.5117
Hunter Lab62.9072-20.698138.1301
CIE-Lab69.1645-21.063669.6227

#a6b10a color RGB value is (166,177,10).

#a6b10a hex color red value is 166, green value is 177 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #a6b10a hue: 0.18 , saturation: 0.89 and the lightness value of a6b10a is 0.37.

The process color (four color CMYK) of #a6b10a color code is 0.06, 0.00, 0.94, 0.31. Web safe color of #a6b10a is #999900. Color #a6b10a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10110001 00001010
Octal 246 261 12
Decimal 166 177 10
Hex A6 B1 A

RGB Percentages of Color #a6b10a

%47.03
%50.14
%2.83

CMYK Percentages of Color #a6b10a

%6
%0
%94
%31

Triadic Colors of #a6b10a

#a6b10a #0aa6b1 #b10aa6

Analogous Colors of #a6b10a

#a6b10a #53b10a #b1690a

Monochromatic Colors of #a6b10a

#a6b10a

Complementary Color

#a6b10a #150ab1

#a6b10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b10a Color CSS Codes

.mybgcolor {background-color:#a6b10a; } 
.myforecolor {color:#a6b10a; }
.mybordercolor {border:3px solid #a6b10a; }

#a6b10a Text Font Color

<p style="color:#a6b10a">Text here</p>

This sample text font color is #a6b10a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a6b10a Background Color

<div style="background-color:#a6b10a">
Div content here</div>

This div background color is #a6b10a


#a6b10a Border Color

<div style="border:3px solid #a6b10a">
Div here</div>

This div border color is #a6b10a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,177,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6b10a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6b10a;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b10a;
  box-shadow:         1px 1px 3px 2px #a6b10a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,177,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a6b10a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a6b10a;
  -webkit-box-shadow: 1px 1px 3px 2px #a6b10a;
  box-shadow:         1px 1px 3px 2px #a6b10a;">
Div content here</div>

This div box has shadow with color #a6b10a


Comments

No comments written yet.

Please login to write comment.