#A09CAF

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

Shades of Spun Pearl #A09CAF

Tints of Spun Pearl #A09CAF

Color information

#A09CAF (or 0xA09CAF) is unknown color: approx Spun Pearl. HEX triplet: A0, 9C and AF. RGB value is (160,156,175). Sum of RGB (Red+Green+Blue) = 160+156+175=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #A09CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09CAF is #5F6350. Grayscale: #9F9F9F. Windows color (decimal): -6251345 or 11508896. OLE color: 11508896.

HSL color Cylindrical-coordinate representation of color #A09CAF: hue angle of 252.63º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A09CAF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB160156175-
CMYK0.090.1100.31
HSL252.63º10.61%64.9%-
HSV(B)252.63º10.86%68.63%-
XYZ34.1234.3545.39-
YUV159.36136.83128.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.59%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=32.59%
G=31.77%
B=35.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601561750.090.1100.31252.6310.6164.9
HexA09CAF9B01Ffdb41
Octal240234257111303737513101
Binary101000001001110010101111100110110111111111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09CAF; }

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

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

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

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

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

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

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

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