#A8A8AC

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

Shades of Spun Pearl #A8A8AC

Tints of Spun Pearl #A8A8AC

Color information

#A8A8AC (or 0xA8A8AC) is unknown color: approx Spun Pearl. HEX triplet: A8, A8 and AC. RGB value is (168,168,172). Sum of RGB (Red+Green+Blue) = 168+168+172=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 172 - color contains mainly: blue. Hex color #A8A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A8AC is #575753. Grayscale: #A8A8A8. Windows color (decimal): -5723988 or 11315368. OLE color: 11315368.

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

Color convert

RGB168168172-
CMYK0.020.0200.33
HSL240º2.35%66.67%-
HSV(B)240º2.33%67.45%-
XYZ37.639.3144.64-
YUV168.46130127.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 172 (67.58% from 255) = 33.86%
R=33.07%
G=33.07%
B=33.86%

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
Decimal1681681720.020.0200.332402.3566.67
HexA8A8AC22021f0243
Octal250250254220413602103
Binary1010100010101000101011001010010000111110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A8AC; }

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

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

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

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

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

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

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

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