color codes Logo

#a1a93d color codes

#A1A93D
(161,169,61)
0 Favorites   0 Comments

Color spaces of #a1a93d

RGB 16116961
HSL0.180.470.45
HSV64°64°66°
CMYK 0.050.000.64   0.34
XYZ29.728236.28999.8527
Yxy36.28990.39180.4783
Hunter Lab60.2411-17.334532.4716
CIE-Lab66.7408-17.240352.8665

#a1a93d color RGB value is (161,169,61).

#a1a93d hex color red value is 161, green value is 169 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #a1a93d hue: 0.18 , saturation: 0.47 and the lightness value of a1a93d is 0.45.

The process color (four color CMYK) of #a1a93d color code is 0.05, 0.00, 0.64, 0.34. Web safe color of #a1a93d is #999933. Color #a1a93d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101001 00111101
Octal 241 251 75
Decimal 161 169 61
Hex A1 A9 3D

RGB Percentages of Color #a1a93d

%41.18
%43.22
%15.60

CMYK Percentages of Color #a1a93d

%5
%0
%64
%34

Triadic Colors of #a1a93d

#a1a93d #3da1a9 #a93da1

Analogous Colors of #a1a93d

#a1a93d #6ba93d #a97b3d

Monochromatic Colors of #a1a93d

#a1a93d

Complementary Color

#a1a93d #453da9

#a1a93d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1a93d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1a93d Color CSS Codes

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

#a1a93d Text Font Color

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

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


#a1a93d Background Color

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

This div background color is #a1a93d


#a1a93d Border Color

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

This div border color is #a1a93d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,169,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1a93d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1a93d;
  -webkit-box-shadow: 1px 1px 3px 2px #a1a93d;
  box-shadow:         1px 1px 3px 2px #a1a93d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,169,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1a93d


Comments

No comments written yet.

Please login to write comment.