#A09EAC

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

Shades of Spun Pearl #A09EAC

Tints of Spun Pearl #A09EAC

Color information

#A09EAC (or 0xA09EAC) is unknown color: approx Spun Pearl. HEX triplet: A0, 9E and AC. RGB value is (160,158,172). Sum of RGB (Red+Green+Blue) = 160+158+172=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 158 (62.11% from 255 or 32.24% 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 #A09EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09EAC is #5F6153. Grayscale: #A0A0A0. Windows color (decimal): -6250836 or 11312800. OLE color: 11312800.

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

Color convert

RGB160158172-
CMYK0.070.0800.33
HSL248.57º7.78%64.71%-
HSV(B)248.57º8.14%67.45%-
XYZ34.1734.9143.97-
YUV160.19134.66127.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 172 (67.58% from 255) = 35.10%
R=32.65%
G=32.24%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601581720.070.0800.33248.577.7864.71
HexA09EAC78021f9841
Octal24023625471004137110101
Binary101000001001111010101100111100001000011111100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09EAC; }

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

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

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

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

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

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

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

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