#AFABB9

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

Shades of Spun Pearl #AFABB9

Tints of Spun Pearl #AFABB9

Color information

#AFABB9 (or 0xAFABB9) is unknown color: approx Spun Pearl. HEX triplet: AF, AB and B9. RGB value is (175,171,185). Sum of RGB (Red+Green+Blue) = 175+171+185=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFABB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB9 is #505446. Grayscale: #ADADAD. Windows color (decimal): -5264455 or 12168111. OLE color: 12168111.

HSL color Cylindrical-coordinate representation of color #AFABB9: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFABB9 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175171185-
CMYK0.050.0800.27
HSL257.14º9.09%69.8%-
HSV(B)257.14º7.57%72.55%-
XYZ4141.7451.8-
YUV173.79134.33128.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 185 (72.66% from 255) = 34.84%
R=32.96%
G=32.20%
B=34.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751711850.050.0800.27257.149.0969.8
HexAFABB95801B101946
Octal25725327151003340111106
Binary101011111010101110111001101100001101110000000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABB9; }

 p { color: rgb(175,171,185); }

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

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

 a { background-color: rgb(175,171,185); }

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

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

 span { border-color: rgb(175,171,185); }

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