#AAA8AF

Color #AAA8AF Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #AAA8AF

Tints of Spun Pearl #AAA8AF

Color information

#AAA8AF (or 0xAAA8AF) is unknown color: approx Spun Pearl. HEX triplet: AA, A8 and AF. RGB value is (170,168,175). Sum of RGB (Red+Green+Blue) = 170+168+175=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 175 - color contains mainly: blue. Hex color #AAA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA8AF is #555750. Grayscale: #A9A9A9. Windows color (decimal): -5592913 or 11511978. OLE color: 11511978.

HSL color Cylindrical-coordinate representation of color #AAA8AF: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAA8AF is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB170168175-
CMYK0.030.0400.31
HSL257.14º4.19%67.25%-
HSV(B)257.14º4%68.63%-
XYZ38.3239.6546.19-
YUV169.4131.16128.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 33.14%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=33.14%
G=32.75%
B=34.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701681750.030.0400.31257.144.1967.25
HexAAA8AF3401F101443
Octal252250257340374014103
Binary101010101010100010101111111000111111000000011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8AF; }

 p { color: rgb(170,168,175); }

 H1.HeaderClassName
 {
   color: #AAA8AF;
 }
 .AnyTagClassName
 {
   color: #AAA8AF;
 }
</style>
background-color css

<style>
 a { background-color: #AAA8AF; }

 a { background-color: rgb(170,168,175); }

 div.DivClassName
 {
   background-color: #AAA8AF;
 }
 .BgClassName
 {
   background-color: #AAA8AF;
 }
</style>
border-color css

<style>
 span { border-color: #AAA8AF; }

 span { border-color: rgb(170,168,175); }

 td.TdClassName
 {
   border-color: #AAA8AF;
 }
 .TagClassName
 {
   border-color: #AAA8AF;
 }
</style>