#AFAEBD

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

Shades of Spun Pearl #AFAEBD

Tints of Spun Pearl #AFAEBD

Color information

#AFAEBD (or 0xAFAEBD) is unknown color: approx Spun Pearl. HEX triplet: AF, AE and BD. RGB value is (175,174,189). Sum of RGB (Red+Green+Blue) = 175+174+189=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFAEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEBD is #505142. Grayscale: #AFAFAF. Windows color (decimal): -5263683 or 12431023. OLE color: 12431023.

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

Color convert

RGB175174189-
CMYK0.070.0800.26
HSL244º10.2%71.18%-
HSV(B)244º7.94%74.12%-
XYZ4243.0654.24-
YUV176.01135.33127.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=32.53%
G=32.34%
B=35.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751741890.070.0800.2624410.271.18
HexAFAEBD7801Af4a47
Octal25725627571003236412107
Binary10101111101011101011110111110000110101111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEBD; }

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

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

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

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

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

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

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

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