#AFAEB6

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

Shades of Spun Pearl #AFAEB6

Tints of Spun Pearl #AFAEB6

Color information

#AFAEB6 (or 0xAFAEB6) is unknown color: approx Spun Pearl. HEX triplet: AF, AE and B6. RGB value is (175,174,182). Sum of RGB (Red+Green+Blue) = 175+174+182=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFAEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEB6 is #505149. Grayscale: #AFAFAF. Windows color (decimal): -5263690 or 11972271. OLE color: 11972271.

HSL color Cylindrical-coordinate representation of color #AFAEB6: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFAEB6 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175174182-
CMYK0.040.0400.29
HSL247.5º5.19%69.8%-
HSV(B)247.5º4.4%71.37%-
XYZ41.2642.7650.34-
YUV175.21131.83127.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=32.96%
G=32.77%
B=34.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751741820.040.0400.29247.55.1969.8
HexAFAEB64401Df8546
Octal257256266440353705106
Binary101011111010111010110110100100011101111110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEB6; }

 p { color: rgb(175,174,182); }

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

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

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

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

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

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

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