#AFAABA

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

Shades of Spun Pearl #AFAABA

Tints of Spun Pearl #AFAABA

Color information

#AFAABA (or 0xAFAABA) is unknown color: approx Spun Pearl. HEX triplet: AF, AA and BA. RGB value is (175,170,186). Sum of RGB (Red+Green+Blue) = 175+170+186=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFAABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAABA is #505545. Grayscale: #ADADAD. Windows color (decimal): -5264710 or 12233391. OLE color: 12233391.

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

Color convert

RGB175170186-
CMYK0.060.0900.27
HSL258.75º10.39%69.8%-
HSV(B)258.75º8.6%72.94%-
XYZ40.9241.4152.29-
YUV173.32135.16129.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.96%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=32.96%
G=32.02%
B=35.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751701860.060.0900.27258.7510.3969.8
HexAFAABA6901B103a46
Octal25725227261103340312106
Binary101011111010101010111010110100101101110000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAABA; }

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

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

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

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

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

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

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

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