#AFAFB3

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

Shades of Spun Pearl #AFAFB3

Tints of Spun Pearl #AFAFB3

Color information

#AFAFB3 (or 0xAFAFB3) is unknown color: approx Spun Pearl. HEX triplet: AF, AF and B3. RGB value is (175,175,179). Sum of RGB (Red+Green+Blue) = 175+175+179=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 179 (70.31% from 255 or 33.84% from 529); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFAFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFB3 is #50504C. Grayscale: #AFAFAF. Windows color (decimal): -5263437 or 11775919. OLE color: 11775919.

HSL color Cylindrical-coordinate representation of color #AFAFB3: hue angle of 240º degrees, saturation: 0.03, 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 #AFAFB3 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175175179-
CMYK0.020.0200.30
HSL240º2.56%69.41%-
HSV(B)240º2.23%70.2%-
XYZ41.1543.0348.78-
YUV175.46130127.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 175 (68.75% from 255) = 33.08%
BLUE value IS 179 (70.31% from 255) = 33.84%
R=33.08%
G=33.08%
B=33.84%

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
Decimal1751751790.020.0200.302402.5669.41
HexAFAFB32201Ef0345
Octal257257263220363603105
Binary101011111010111110110011101001111011110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFB3; }

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

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

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

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

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

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

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

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