#AFAEB3

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

Shades of Spun Pearl #AFAEB3

Tints of Spun Pearl #AFAEB3

Color information

#AFAEB3 (or 0xAFAEB3) is unknown color: approx Spun Pearl. HEX triplet: AF, AE and B3. RGB value is (175,174,179). Sum of RGB (Red+Green+Blue) = 175+174+179=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 174 (68.36% from 255 or 32.95% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFAEB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAEB3 is #50514C. Grayscale: #AEAEAE. Windows color (decimal): -5263693 or 11775663. OLE color: 11775663.

HSL color Cylindrical-coordinate representation of color #AFAEB3: hue angle of 252º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAEB3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175174179-
CMYK0.020.0300.30
HSL252º3.18%69.22%-
HSV(B)252º2.79%70.2%-
XYZ40.9542.6448.72-
YUV174.87130.33128.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 174 (68.36% from 255) = 32.95%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=33.14%
G=32.95%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751741790.020.0300.302523.1869.22
HexAFAEB32301Efc345
Octal257256263230363743105
Binary101011111010111010110011101101111011111100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAEB3; }

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

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

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

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

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

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

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

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