#A19BAC

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

Shades of Spun Pearl #A19BAC

Tints of Spun Pearl #A19BAC

Color information

#A19BAC (or 0xA19BAC) is unknown color: approx Spun Pearl. HEX triplet: A1, 9B and AC. RGB value is (161,155,172). Sum of RGB (Red+Green+Blue) = 161+155+172=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #A19BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BAC is #5E6453. Grayscale: #9E9E9E. Windows color (decimal): -6186068 or 11312033. OLE color: 11312033.

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

Color convert

RGB161155172-
CMYK0.060.1000.33
HSL261.18º9.29%64.12%-
HSV(B)261.18º9.88%67.45%-
XYZ33.873443.81-
YUV158.73135.49129.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.99%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=32.99%
G=31.76%
B=35.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611551720.060.1000.33261.189.2964.12
HexA19BAC6A021105940
Octal24123325461204140511100
Binary1010000110011011101011001101010010000110000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BAC; }

 p { color: rgb(161,155,172); }

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

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

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

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

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

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

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