#AFAFB1

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

Shades of Spun Pearl #AFAFB1

Tints of Spun Pearl #AFAFB1

Color information

#AFAFB1 (or 0xAFAFB1) is unknown color: approx Spun Pearl. HEX triplet: AF, AF and B1. RGB value is (175,175,177). Sum of RGB (Red+Green+Blue) = 175+175+177=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAFB1 is #50504E. Grayscale: #AFAFAF. Windows color (decimal): -5263439 or 11644847. OLE color: 11644847.

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

Color convert

RGB175175177-
CMYK0.010.0100.31
HSL240º1.27%69.02%-
HSV(B)240º1.13%69.41%-
XYZ40.9442.9547.73-
YUV175.23129127.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 175 (68.75% from 255) = 33.21%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=33.21%
G=33.21%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751751770.010.0100.312401.2769.02
HexAFAFB11101Ff0145
Octal257257261110373601105
Binary101011111010111110110001110111111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFB1; }

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

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

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

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

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

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

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

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