#AFABBA

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

Shades of Spun Pearl #AFABBA

Tints of Spun Pearl #AFABBA

Color information

#AFABBA (or 0xAFABBA) is unknown color: approx Spun Pearl. HEX triplet: AF, AB and BA. RGB value is (175,171,186). Sum of RGB (Red+Green+Blue) = 175+171+186=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFABBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFABBA is #505445. Grayscale: #ADADAD. Windows color (decimal): -5264454 or 12233647. OLE color: 12233647.

HSL color Cylindrical-coordinate representation of color #AFABBA: hue angle of 256º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFABBA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175171186-
CMYK0.060.0800.27
HSL256º9.8%70%-
HSV(B)256º8.06%72.94%-
XYZ41.1141.7852.35-
YUV173.91134.83128.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=32.89%
G=32.14%
B=34.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751711860.060.0800.272569.870
HexAFABBA6801B100a46
Octal25725327261003340012106
Binary101011111010101110111010110100001101110000000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABBA; }

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

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

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

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

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

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

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

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