#AFACB6

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

Shades of Spun Pearl #AFACB6

Tints of Spun Pearl #AFACB6

Color information

#AFACB6 (or 0xAFACB6) is unknown color: approx Spun Pearl. HEX triplet: AF, AC and B6. RGB value is (175,172,182). Sum of RGB (Red+Green+Blue) = 175+172+182=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFACB6 is #505349. Grayscale: #AEAEAE. Windows color (decimal): -5264202 or 11971759. OLE color: 11971759.

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

Color convert

RGB175172182-
CMYK0.040.0500.29
HSL258º6.41%69.41%-
HSV(B)258º5.49%71.37%-
XYZ40.884250.21-
YUV174.04132.49128.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 182 (71.48% from 255) = 34.40%
R=33.08%
G=32.51%
B=34.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751721820.040.0500.292586.4169.41
HexAFACB64501D102645
Octal257254266450354026105
Binary1010111110101100101101101001010111011000000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACB6; }

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

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

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

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

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

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

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

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