Color Hex Logo

#a599aa Color Hex

#A599AA
(165,153,170)
0 Favorites   0 Comments

Color spaces of #a599aa

RGB 165153170
HSL0.780.090.63
HSV282°10°67°
CMYK 0.030.100.00   0.33
XYZ34.164033.684142.7313
Yxy33.68410.30900.3046
Hunter Lab58.03803.5073-3.0265
CIE-Lab64.71107.6134-7.2714

#a599aa color RGB value is (165,153,170).

#a599aa hex color red value is 165, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a599aa hue: 0.78 , saturation: 0.09 and the lightness value of a599aa is 0.63.

The process color (four color CMYK) of #a599aa color hex is 0.03, 0.10, 0.00, 0.33. Web safe color of #a599aa is #999999. Color #a599aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011001 10101010
Octal 245 231 252
Decimal 165 153 170
Hex A5 99 AA

RGB Percentages of Color #a599aa

%33.81
%31.35
%34.84

CMYK Percentages of Color #a599aa

%3
%10
%0
%33

Triadic Colors of #a599aa

#a599aa #aaa599 #99aaa5

Analogous Colors of #a599aa

#a599aa #aa99a7 #9d99aa

Monochromatic Colors of #a599aa

#a599aa

Complementary Color

#a599aa #9eaa99

#a599aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a599aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a599aa Color CSS Codes

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

#a599aa Text Font Color

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

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


#a599aa Background Color

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

This div background color is #a599aa


#a599aa Border Color

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

This div border color is #a599aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a599aa


Comments

No comments written yet.

Please login to write comment.