#A8A8AB

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

Shades of Spun Pearl #A8A8AB

Tints of Spun Pearl #A8A8AB

Color information

#A8A8AB (or 0xA8A8AB) is unknown color: approx Spun Pearl. HEX triplet: A8, A8 and AB. RGB value is (168,168,171). Sum of RGB (Red+Green+Blue) = 168+168+171=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 171 - color contains mainly: blue. Hex color #A8A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A8AB is #575754. Grayscale: #A8A8A8. Windows color (decimal): -5723989 or 11249832. OLE color: 11249832.

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

Color convert

RGB168168171-
CMYK0.020.0200.33
HSL240º1.75%66.47%-
HSV(B)240º1.75%67.06%-
XYZ37.539.2744.13-
YUV168.34129.5127.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=33.14%
G=33.14%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681681710.020.0200.332401.7566.47
HexA8A8AB22021f0242
Octal250250253220413602102
Binary1010100010101000101010111010010000111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A8AB; }

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

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

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

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

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

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

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

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