Color Hex Logo

#a399ae Color Hex

#A399AE
(163,153,174)
0 Favorites   0 Comments

Color spaces of #a399ae

RGB 163153174
HSL0.750.110.64
HSV269°12°68°
CMYK 0.060.120.00   0.32
XYZ34.135533.625044.7355
Yxy33.62500.30340.2989
Hunter Lab57.98713.6010-5.1497
CIE-Lab64.66387.7181-9.6073

#a399ae color RGB value is (163,153,174).

#a399ae hex color red value is 163, green value is 153 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a399ae hue: 0.75 , saturation: 0.11 and the lightness value of a399ae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10011001 10101110
Octal 243 231 256
Decimal 163 153 174
Hex A3 99 AE

RGB Percentages of Color #a399ae

%33.27
%31.22
%35.51

CMYK Percentages of Color #a399ae

%6
%12
%0
%32

Triadic Colors of #a399ae

#a399ae #aea399 #99aea3

Analogous Colors of #a399ae

#a399ae #ae99ae #999aae

Monochromatic Colors of #a399ae

#a399ae

Complementary Color

#a399ae #a4ae99

#a399ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a399ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a399ae Color CSS Codes

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

#a399ae Text Font Color

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

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


#a399ae Background Color

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

This div background color is #a399ae


#a399ae Border Color

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

This div border color is #a399ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,153,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 #a399ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a399ae


Comments

No comments written yet.

Please login to write comment.