Color Hex Logo

#a598aa Color Hex

#A598AA
(165,152,170)
0 Favorites   0 Comments

Color spaces of #a598aa

RGB 165152170
HSL0.790.100.63
HSV283°11°67°
CMYK 0.030.110.00   0.33
XYZ34.001033.358142.6769
Yxy33.35810.30900.3032
Hunter Lab57.75654.0084-3.3805
CIE-Lab64.44988.1731-7.6597

#a598aa color RGB value is (165,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10011000 10101010
Octal 245 230 252
Decimal 165 152 170
Hex A5 98 AA

RGB Percentages of Color #a598aa

%33.88
%31.21
%34.91

CMYK Percentages of Color #a598aa

%3
%11
%0
%33

Triadic Colors of #a598aa

#a598aa #aaa598 #98aaa5

Analogous Colors of #a598aa

#a598aa #aa98a6 #9c98aa

Monochromatic Colors of #a598aa

#a598aa

Complementary Color

#a598aa #9daa98

#a598aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a598aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a598aa Color CSS Codes

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

#a598aa Text Font Color

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

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


#a598aa Background Color

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

This div background color is #a598aa


#a598aa Border Color

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

This div border color is #a598aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a598aa


Comments

No comments written yet.

Please login to write comment.