Color Hex Logo

#a6b05d Color Hex

#A6B05D
(166,176,93)
0 Favorites   0 Comments

Color spaces of #a6b05d

RGB 16617693
HSL0.190.340.53
HSV67°47°69°
CMYK 0.060.000.47   0.31
XYZ33.227039.948016.3154
Yxy39.94800.37130.4464
Hunter Lab63.2044-16.769128.9382
CIE-Lab69.4325-16.017841.0685

#a6b05d color RGB value is (166,176,93).

#a6b05d hex color red value is 166, green value is 176 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a6b05d hue: 0.19 , saturation: 0.34 and the lightness value of a6b05d is 0.53.

The process color (four color CMYK) of #a6b05d color hex is 0.06, 0.00, 0.47, 0.31. Web safe color of #a6b05d is #999966. Color #a6b05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10110000 01011101
Octal 246 260 135
Decimal 166 176 93
Hex A6 B0 5D

RGB Percentages of Color #a6b05d

%38.16
%40.46
%21.38

CMYK Percentages of Color #a6b05d

%6
%0
%47
%31

Triadic Colors of #a6b05d

#a6b05d #5da6b0 #b05da6

Analogous Colors of #a6b05d

#a6b05d #7db05d #b0915d

Monochromatic Colors of #a6b05d

#a6b05d

Complementary Color

#a6b05d #675db0

#a6b05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6b05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6b05d Color CSS Codes

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

#a6b05d Text Font Color

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

This sample text font color is #a6b05d
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.


#a6b05d Background Color

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

This div background color is #a6b05d


#a6b05d Border Color

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

This div border color is #a6b05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6b05d


Comments

No comments written yet.

Please login to write comment.