#A8A8AE

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

Shades of Spun Pearl #A8A8AE

Tints of Spun Pearl #A8A8AE

Color information

#A8A8AE (or 0xA8A8AE) is unknown color: approx Spun Pearl. HEX triplet: A8, A8 and AE. RGB value is (168,168,174). Sum of RGB (Red+Green+Blue) = 168+168+174=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 174 - color contains mainly: blue. Hex color #A8A8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A8AE is #575751. Grayscale: #A8A8A8. Windows color (decimal): -5723986 or 11446440. OLE color: 11446440.

HSL color Cylindrical-coordinate representation of color #A8A8AE: hue angle of 240º degrees, saturation: 0.04, 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 #A8A8AE is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168168174-
CMYK0.030.0300.32
HSL240º3.57%67.06%-
HSV(B)240º3.45%68.24%-
XYZ37.7939.3945.65-
YUV168.68131127.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 168 (66.02% from 255) = 32.94%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=32.94%
G=32.94%
B=34.12%

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
Decimal1681681740.030.0300.322403.5767.06
HexA8A8AE33020f0443
Octal250250256330403604103
Binary10101000101010001010111011110100000111100001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A8AE; }

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

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

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

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

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

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

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

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