#A09CAC

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

Shades of Spun Pearl #A09CAC

Tints of Spun Pearl #A09CAC

Color information

#A09CAC (or 0xA09CAC) is unknown color: approx Spun Pearl. HEX triplet: A0, 9C and AC. RGB value is (160,156,172). Sum of RGB (Red+Green+Blue) = 160+156+172=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 156 (61.33% from 255 or 31.97% 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 #A09CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAC is #5F6353. Grayscale: #9E9E9E. Windows color (decimal): -6251348 or 11312288. OLE color: 11312288.

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

Color convert

RGB160156172-
CMYK0.070.0900.33
HSL255º8.79%64.31%-
HSV(B)255º9.3%67.45%-
XYZ33.8334.2343.85-
YUV159.02135.33128.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.79%
GREEN value IS 156 (61.33% from 255) = 31.97%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=32.79%
G=31.97%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601561720.070.0900.332558.7964.31
HexA09CAC79021ff940
Octal24023425471104137711100
Binary101000001001110010101100111100101000011111111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CAC; }

 p { color: rgb(160,156,172); }

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

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

 a { background-color: rgb(160,156,172); }

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

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

 span { border-color: rgb(160,156,172); }

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