#AFACB7

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

Shades of Spun Pearl #AFACB7

Tints of Spun Pearl #AFACB7

Color information

#AFACB7 (or 0xAFACB7) is unknown color: approx Spun Pearl. HEX triplet: AF, AC and B7. RGB value is (175,172,183). Sum of RGB (Red+Green+Blue) = 175+172+183=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 183 - color contains mainly: blue. Hex color #AFACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB7 is #505348. Grayscale: #AEAEAE. Windows color (decimal): -5264201 or 12037295. OLE color: 12037295.

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

Color convert

RGB175172183-
CMYK0.040.0600.28
HSL256.36º7.1%69.61%-
HSV(B)256.36º6.01%71.76%-
XYZ40.9842.0450.75-
YUV174.15132.99128.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=33.02%
G=32.45%
B=34.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751721830.040.0600.28256.367.169.61
HexAFACB74601C100746
Octal257254267460344007106
Binary1010111110101100101101111001100111001000000001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACB7; }

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

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

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

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

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

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

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

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