Color Hex Logo

#a3aeae Color Hex

#A3AEAE
(163,174,174)
0 Favorites   0 Comments

Color spaces of #a3aeae

RGB 163174174
HSL0.500.060.66
HSV180°68°
CMYK 0.060.000.00   0.32
XYZ37.880341.114645.9838
Yxy41.11460.30310.3290
Hunter Lab64.1207-6.75952.3650
CIE-Lab70.2561-3.8385-1.3356

#a3aeae color RGB value is (163,174,174).

#a3aeae hex color red value is 163, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a3aeae hue: 0.50 , saturation: 0.06 and the lightness value of a3aeae is 0.66.

The process color (four color CMYK) of #a3aeae color hex is 0.06, 0.00, 0.00, 0.32. Web safe color of #a3aeae is #999999. Color #a3aeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101110 10101110
Octal 243 256 256
Decimal 163 174 174
Hex A3 AE AE

RGB Percentages of Color #a3aeae

%31.90
%34.05
%34.05

CMYK Percentages of Color #a3aeae

%6
%0
%0
%32

Triadic Colors of #a3aeae

#a3aeae #aea3ae #aeaea3

Analogous Colors of #a3aeae

#a3aeae #a3a9ae #a3aea9

Monochromatic Colors of #a3aeae

#a3aeae

Complementary Color

#a3aeae #aea3a3

#a3aeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3aeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3aeae Color CSS Codes

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

#a3aeae Text Font Color

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

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


#a3aeae Background Color

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

This div background color is #a3aeae


#a3aeae Border Color

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

This div border color is #a3aeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3aeae


Comments

No comments written yet.

Please login to write comment.