#A4A1A8

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

Shades of Spun Pearl #A4A1A8

Tints of Spun Pearl #A4A1A8

Color information

#A4A1A8 (or 0xA4A1A8) is unknown color: approx Spun Pearl. HEX triplet: A4, A1 and A8. RGB value is (164,161,168). Sum of RGB (Red+Green+Blue) = 164+161+168=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 161 (63.28% from 255 or 32.66% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 168 - color contains mainly: blue. Hex color #A4A1A8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A1A8 is #5B5E57. Grayscale: #A2A2A2. Windows color (decimal): -5987928 or 11051428. OLE color: 11051428.

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

Color convert

RGB164161168-
CMYK0.020.0400.34
HSL265.71º3.87%64.51%-
HSV(B)265.71º4.17%65.88%-
XYZ35.1236.2142.18-
YUV162.7130.99128.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 161 (63.28% from 255) = 32.66%
BLUE value IS 168 (66.02% from 255) = 34.08%
R=33.27%
G=32.66%
B=34.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1641611680.020.0400.34265.713.8764.51
HexA4A1A82402210a441
Octal244241250240424124101
Binary1010010010100001101010001010001000101000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A1A8; }

 p { color: rgb(164,161,168); }

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

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

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

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

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

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

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