#AFAFB4

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

Shades of Spun Pearl #AFAFB4

Tints of Spun Pearl #AFAFB4

Color information

#AFAFB4 (or 0xAFAFB4) is unknown color: approx Spun Pearl. HEX triplet: AF, AF and B4. RGB value is (175,175,180). Sum of RGB (Red+Green+Blue) = 175+175+180=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFAFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFAFB4 is #50504B. Grayscale: #AFAFAF. Windows color (decimal): -5263436 or 11841455. OLE color: 11841455.

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

Color convert

RGB175175180-
CMYK0.030.0300.29
HSL240º3.23%69.61%-
HSV(B)240º2.78%70.59%-
XYZ41.2543.0749.32-
YUV175.57130.5127.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 180 (70.70% from 255) = 33.96%
R=33.02%
G=33.02%
B=33.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751751800.030.0300.292403.2369.61
HexAFAFB43301Df0346
Octal257257264330353603106
Binary101011111010111110110100111101110111110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFB4; }

 p { color: rgb(175,175,180); }

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

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

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

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

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

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

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