#AFABB7

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

Shades of Spun Pearl #AFABB7

Tints of Spun Pearl #AFABB7

Color information

#AFABB7 (or 0xAFABB7) is unknown color: approx Spun Pearl. HEX triplet: AF, AB and B7. RGB value is (175,171,183). Sum of RGB (Red+Green+Blue) = 175+171+183=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABB7 is #505448. Grayscale: #ADADAD. Windows color (decimal): -5264457 or 12037039. OLE color: 12037039.

HSL color Cylindrical-coordinate representation of color #AFABB7: hue angle of 260º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFABB7 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB175171183-
CMYK0.040.0700.28
HSL260º7.69%69.41%-
HSV(B)260º6.56%71.76%-
XYZ40.7941.6650.69-
YUV173.56133.33129.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=33.08%
G=32.33%
B=34.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751711830.040.0700.282607.6969.41
HexAFABB74701C104845
Octal2572532674703440410105
Binary10101111101010111011011110011101110010000010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABB7; }

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

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

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

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

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

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

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

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