#A19BAB

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

Shades of Spun Pearl #A19BAB

Tints of Spun Pearl #A19BAB

Color information

#A19BAB (or 0xA19BAB) is unknown color: approx Spun Pearl. HEX triplet: A1, 9B and AB. RGB value is (161,155,171). Sum of RGB (Red+Green+Blue) = 161+155+171=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 171 - color contains mainly: blue. Hex color #A19BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BAB is #5E6454. Grayscale: #9E9E9E. Windows color (decimal): -6186069 or 11246497. OLE color: 11246497.

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

Color convert

RGB161155171-
CMYK0.060.0900.33
HSL262.5º8.7%63.92%-
HSV(B)262.5º9.36%67.06%-
XYZ33.7733.9643.3-
YUV158.62134.99129.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 155 (60.94% from 255) = 31.83%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=33.06%
G=31.83%
B=35.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611551710.060.0900.33262.58.763.92
HexA19BAB69021106940
Octal24123325361104140611100
Binary1010000110011011101010111101001010000110000011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BAB; }

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

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

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

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

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

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

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

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