Color Hex Logo

#a799ab Color Hex

#A799AB
(167,153,171)
0 Favorites   0 Comments

Color spaces of #a799ab

RGB 167153171
HSL0.800.100.64
HSV287°11°67°
CMYK 0.020.110.00   0.33
XYZ34.678333.938243.2511
Yxy33.93820.31000.3034
Hunter Lab58.25654.3067-3.2388
CIE-Lab64.91358.5159-7.5137

#a799ab color RGB value is (167,153,171).

#a799ab hex color red value is 167, green value is 153 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a799ab hue: 0.80 , saturation: 0.10 and the lightness value of a799ab is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10011001 10101011
Octal 247 231 253
Decimal 167 153 171
Hex A7 99 AB

RGB Percentages of Color #a799ab

%34.01
%31.16
%34.83

CMYK Percentages of Color #a799ab

%2
%11
%0
%33

Triadic Colors of #a799ab

#a799ab #aba799 #99aba7

Analogous Colors of #a799ab

#a799ab #ab99a6 #9e99ab

Monochromatic Colors of #a799ab

#a799ab

Complementary Color

#a799ab #9dab99

#a799ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a799ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a799ab Color CSS Codes

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

#a799ab Text Font Color

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

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


#a799ab Background Color

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

This div background color is #a799ab


#a799ab Border Color

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

This div border color is #a799ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a799ab


Comments

No comments written yet.

Please login to write comment.