#A19BAA

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

Shades of Spun Pearl #A19BAA

Tints of Spun Pearl #A19BAA

Color information

#A19BAA (or 0xA19BAA) is unknown color: approx Spun Pearl. HEX triplet: A1, 9B and AA. RGB value is (161,155,170). Sum of RGB (Red+Green+Blue) = 161+155+170=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 170 - color contains mainly: blue. Hex color #A19BAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19BAA is #5E6455. Grayscale: #9E9E9E. Windows color (decimal): -6186070 or 11180961. OLE color: 11180961.

HSL color Cylindrical-coordinate representation of color #A19BAA: hue angle of 264º degrees, saturation: 0.08, 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 #A19BAA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB161155170-
CMYK0.050.0900.33
HSL264º8.11%63.73%-
HSV(B)264º8.82%66.67%-
XYZ33.6733.9242.8-
YUV158.5134.49129.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=33.13%
G=31.89%
B=34.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611551700.050.0900.332648.1163.73
HexA19BAA59021108840
Octal24123325251104141010100
Binary1010000110011011101010101011001010000110000100010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19BAA; }

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

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

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

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

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

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

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

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