#A19CAE

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

Shades of Spun Pearl #A19CAE

Tints of Spun Pearl #A19CAE

Color information

#A19CAE (or 0xA19CAE) is unknown color: approx Spun Pearl. HEX triplet: A1, 9C and AE. RGB value is (161,156,174). Sum of RGB (Red+Green+Blue) = 161+156+174=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A19CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19CAE is #5E6351. Grayscale: #9F9F9F. Windows color (decimal): -6185810 or 11443361. OLE color: 11443361.

HSL color Cylindrical-coordinate representation of color #A19CAE: hue angle of 256.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A19CAE is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB161156174-
CMYK0.070.1000.32
HSL256.67º10%64.71%-
HSV(B)256.67º10.34%68.24%-
XYZ34.2334.4144.88-
YUV159.55136.16129.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=32.79%
G=31.77%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611561740.070.1000.32256.671064.71
HexA19CAE7A020101a41
Octal24123425671204040112101
Binary1010000110011100101011101111010010000010000000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19CAE; }

 p { color: rgb(161,156,174); }

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

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

 a { background-color: rgb(161,156,174); }

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

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

 span { border-color: rgb(161,156,174); }

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