#A8A8AD

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

Shades of Spun Pearl #A8A8AD

Tints of Spun Pearl #A8A8AD

Color information

#A8A8AD (or 0xA8A8AD) is unknown color: approx Spun Pearl. HEX triplet: A8, A8 and AD. RGB value is (168,168,173). Sum of RGB (Red+Green+Blue) = 168+168+173=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 173 - color contains mainly: blue. Hex color #A8A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A8AD is #575752. Grayscale: #A8A8A8. Windows color (decimal): -5723987 or 11380904. OLE color: 11380904.

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

Color convert

RGB168168173-
CMYK0.030.0300.32
HSL240º2.96%66.86%-
HSV(B)240º2.89%67.84%-
XYZ37.6939.3545.14-
YUV168.57130.5127.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=33.01%
G=33.01%
B=33.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681681730.030.0300.322402.9666.86
HexA8A8AD33020f0343
Octal250250255330403603103
Binary1010100010101000101011011111010000011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A8AD; }

 p { color: rgb(168,168,173); }

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

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

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

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

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

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

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