#AFAFB2

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

Shades of Spun Pearl #AFAFB2

Tints of Spun Pearl #AFAFB2

Color information

#AFAFB2 (or 0xAFAFB2) is unknown color: approx Spun Pearl. HEX triplet: AF, AF and B2. RGB value is (175,175,178). Sum of RGB (Red+Green+Blue) = 175+175+178=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFAFB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFB2 is #50504D. Grayscale: #AFAFAF. Windows color (decimal): -5263438 or 11710383. OLE color: 11710383.

HSL color Cylindrical-coordinate representation of color #AFAFB2: hue angle of 240º degrees, saturation: 0.02, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFAFB2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175175178-
CMYK0.020.0200.30
HSL240º1.91%69.22%-
HSV(B)240º1.69%69.8%-
XYZ41.0542.9948.25-
YUV175.34129.5127.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=33.14%
G=33.14%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751751780.020.0200.302401.9169.22
HexAFAFB22201Ef0245
Octal257257262220363602105
Binary101011111010111110110010101001111011110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFB2; }

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

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

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

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

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

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

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

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