Color Hex Logo

#a3aa30 Color Hex

#A3AA30
(163,170,48)
0 Favorites   0 Comments

Color spaces of #a3aa30

RGB 16317048
HSL0.180.560.43
HSV63°72°67°
CMYK 0.040.000.72   0.33
XYZ30.012536.74948.3078
Yxy36.74940.39980.4895
Hunter Lab60.6213-17.715134.3095
CIE-Lab67.0886-17.660858.4283

#a3aa30 color RGB value is (163,170,48).

#a3aa30 hex color red value is 163, green value is 170 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a3aa30 hue: 0.18 , saturation: 0.56 and the lightness value of a3aa30 is 0.43.

The process color (four color CMYK) of #a3aa30 color hex is 0.04, 0.00, 0.72, 0.33. Web safe color of #a3aa30 is #999933. Color #a3aa30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101010 00110000
Octal 243 252 60
Decimal 163 170 48
Hex A3 AA 30

RGB Percentages of Color #a3aa30

%42.78
%44.62
%12.60

CMYK Percentages of Color #a3aa30

%4
%0
%72
%33

Triadic Colors of #a3aa30

#a3aa30 #30a3aa #aa30a3

Analogous Colors of #a3aa30

#a3aa30 #66aa30 #aa7430

Monochromatic Colors of #a3aa30

#a3aa30

Complementary Color

#a3aa30 #3730aa

#a3aa30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aa30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aa30 Color CSS Codes

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

#a3aa30 Text Font Color

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

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


#a3aa30 Background Color

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

This div background color is #a3aa30


#a3aa30 Border Color

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

This div border color is #a3aa30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,170,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3aa30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3aa30;
  -webkit-box-shadow: 1px 1px 3px 2px #a3aa30;
  box-shadow:         1px 1px 3px 2px #a3aa30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,170,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aa30


Comments

No comments written yet.

Please login to write comment.