#AFAFBB

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

Shades of Spun Pearl #AFAFBB

Tints of Spun Pearl #AFAFBB

Color information

#AFAFBB (or 0xAFAFBB) is unknown color: approx Spun Pearl. HEX triplet: AF, AF and BB. RGB value is (175,175,187). Sum of RGB (Red+Green+Blue) = 175+175+187=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #AFAFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFBB is #505044. Grayscale: #B0B0B0. Windows color (decimal): -5263429 or 12300207. OLE color: 12300207.

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

Color convert

RGB175175187-
CMYK0.060.0600.27
HSL240º8.11%70.98%-
HSV(B)240º6.42%73.33%-
XYZ41.9843.3653.17-
YUV176.37134127.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=32.59%
G=32.59%
B=34.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751751870.060.0600.272408.1170.98
HexAFAFBB6601Bf0847
Octal2572572736603336010107
Binary1010111110101111101110111101100110111111000010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFBB; }

 p { color: rgb(175,175,187); }

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

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

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

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

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

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

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