#AFAEBA

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

Shades of Spun Pearl #AFAEBA

Tints of Spun Pearl #AFAEBA

Color information

#AFAEBA (or 0xAFAEBA) is unknown color: approx Spun Pearl. HEX triplet: AF, AE and BA. RGB value is (175,174,186). Sum of RGB (Red+Green+Blue) = 175+174+186=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBA is #505145. Grayscale: #AFAFAF. Windows color (decimal): -5263686 or 12234415. OLE color: 12234415.

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

Color convert

RGB175174186-
CMYK0.060.0600.27
HSL245º8%70.59%-
HSV(B)245º6.45%72.94%-
XYZ41.6842.9352.54-
YUV175.67133.83127.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=32.71%
G=32.52%
B=34.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751741860.060.0600.27245870.59
HexAFAEBA6601Bf5847
Octal2572562726603336510107
Binary1010111110101110101110101101100110111111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEBA; }

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

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

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

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

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

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

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

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