#A09CAE

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

Shades of Spun Pearl #A09CAE

Tints of Spun Pearl #A09CAE

Color information

#A09CAE (or 0xA09CAE) is unknown color: approx Spun Pearl. HEX triplet: A0, 9C and AE. RGB value is (160,156,174). Sum of RGB (Red+Green+Blue) = 160+156+174=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #A09CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAE is #5F6351. Grayscale: #9F9F9F. Windows color (decimal): -6251346 or 11443360. OLE color: 11443360.

HSL color Cylindrical-coordinate representation of color #A09CAE: hue angle of 253.33º 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 #A09CAE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB160156174-
CMYK0.080.1000.32
HSL253.33º10%64.71%-
HSV(B)253.33º10.34%68.24%-
XYZ34.0334.3144.87-
YUV159.25136.33128.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 35.51%
R=32.65%
G=31.84%
B=35.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601561740.080.1000.32253.331064.71
HexA09CAE8A020fda41
Octal240234256101204037512101
Binary1010000010011100101011101000101001000001111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CAE; }

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

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

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

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

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

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

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

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