#A09DAE

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

Shades of Spun Pearl #A09DAE

Tints of Spun Pearl #A09DAE

Color information

#A09DAE (or 0xA09DAE) is unknown color: approx Spun Pearl. HEX triplet: A0, 9D and AE. RGB value is (160,157,174). Sum of RGB (Red+Green+Blue) = 160+157+174=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 157 (61.72% from 255 or 31.98% 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 #A09DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09DAE is #5F6251. Grayscale: #9F9F9F. Windows color (decimal): -6251090 or 11443616. OLE color: 11443616.

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

Color convert

RGB160157174-
CMYK0.080.1000.32
HSL250.59º9.5%64.9%-
HSV(B)250.59º9.77%68.24%-
XYZ34.1934.6444.93-
YUV159.84135.99128.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=32.59%
G=31.98%
B=35.44%

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
Decimal1601571740.080.1000.32250.599.564.9
HexA09DAE8A020fb941
Octal240235256101204037311101
Binary1010000010011101101011101000101001000001111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09DAE; }

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

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

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

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

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

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

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

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