#A19DAC

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

Shades of Spun Pearl #A19DAC

Tints of Spun Pearl #A19DAC

Color information

#A19DAC (or 0xA19DAC) is unknown color: approx Spun Pearl. HEX triplet: A1, 9D and AC. RGB value is (161,157,172). Sum of RGB (Red+Green+Blue) = 161+157+172=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #A19DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19DAC is #5E6253. Grayscale: #9F9F9F. Windows color (decimal): -6185556 or 11312545. OLE color: 11312545.

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

Color convert

RGB161157172-
CMYK0.060.0900.33
HSL256º8.29%64.51%-
HSV(B)256º8.72%67.45%-
XYZ34.234.6743.92-
YUV159.91134.83128.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.86%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=32.86%
G=32.04%
B=35.10%

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
Decimal1611571720.060.0900.332568.2964.51
HexA19DAC69021100841
Octal24123525461104140010101
Binary1010000110011101101011001101001010000110000000010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DAC; }

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

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

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

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

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

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

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

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