#A8A8B7

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

Shades of Spun Pearl #A8A8B7

Tints of Spun Pearl #A8A8B7

Color information

#A8A8B7 (or 0xA8A8B7) is unknown color: approx Spun Pearl. HEX triplet: A8, A8 and B7. RGB value is (168,168,183). Sum of RGB (Red+Green+Blue) = 168+168+183=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #A8A8B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8A8B7 is #575748. Grayscale: #A9A9A9. Windows color (decimal): -5723977 or 12036264. OLE color: 12036264.

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

Color convert

RGB168168183-
CMYK0.080.0800.28
HSL240º9.43%68.82%-
HSV(B)240º8.2%71.76%-
XYZ38.739.7550.43-
YUV169.71135.5126.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.37%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=32.37%
G=32.37%
B=35.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681681830.080.0800.282409.4368.82
HexA8A8B78801Cf0945
Octal250250267101003436011105
Binary101010001010100010110111100010000111001111000010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A8B7; }

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

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

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

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

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

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

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

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