#AFAEBC

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

Shades of Spun Pearl #AFAEBC

Tints of Spun Pearl #AFAEBC

Color information

#AFAEBC (or 0xAFAEBC) is unknown color: approx Spun Pearl. HEX triplet: AF, AE and BC. RGB value is (175,174,188). Sum of RGB (Red+Green+Blue) = 175+174+188=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFAEBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBC is #505143. Grayscale: #AFAFAF. Windows color (decimal): -5263684 or 12365487. OLE color: 12365487.

HSL color Cylindrical-coordinate representation of color #AFAEBC: hue angle of 244.29º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFAEBC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175174188-
CMYK0.070.0700.26
HSL244.29º9.46%70.98%-
HSV(B)244.29º7.45%73.73%-
XYZ41.8943.0253.67-
YUV175.9134.83127.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.59%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=32.59%
G=32.40%
B=35.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751741880.070.0700.26244.299.4670.98
HexAFAEBC7701Af4947
Octal2572562747703236411107
Binary1010111110101110101111001111110110101111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEBC; }

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

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

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

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

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

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

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

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