Color Hex Logo

#a299ae Color Hex

#A299AE
(162,153,174)
0 Favorites   0 Comments

Color spaces of #a299ae

RGB 162153174
HSL0.740.110.64
HSV266°12°68°
CMYK 0.070.120.00   0.32
XYZ33.931533.519844.7260
Yxy33.51980.30250.2988
Hunter Lab57.89633.2957-5.2753
CIE-Lab64.57967.3717-9.7419

#a299ae color RGB value is (162,153,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10011001 10101110
Octal 242 231 256
Decimal 162 153 174
Hex A2 99 AE

RGB Percentages of Color #a299ae

%33.13
%31.29
%35.58

CMYK Percentages of Color #a299ae

%7
%12
%0
%32

Triadic Colors of #a299ae

#a299ae #aea299 #99aea2

Analogous Colors of #a299ae

#a299ae #ad99ae #999bae

Monochromatic Colors of #a299ae

#a299ae

Complementary Color

#a299ae #a5ae99

#a299ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a299ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a299ae Color CSS Codes

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

#a299ae Text Font Color

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

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


#a299ae Background Color

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

This div background color is #a299ae


#a299ae Border Color

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

This div border color is #a299ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a299ae


Comments

No comments written yet.

Please login to write comment.