#AFADB5

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

Shades of Spun Pearl #AFADB5

Tints of Spun Pearl #AFADB5

Color information

#AFADB5 (or 0xAFADB5) is unknown color: approx Spun Pearl. HEX triplet: AF, AD and B5. RGB value is (175,173,181). Sum of RGB (Red+Green+Blue) = 175+173+181=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB5 is #50524A. Grayscale: #AEAEAE. Windows color (decimal): -5263947 or 11906479. OLE color: 11906479.

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

Color convert

RGB175173181-
CMYK0.030.0400.29
HSL255º5.13%69.41%-
HSV(B)255º4.42%70.98%-
XYZ40.9642.3449.73-
YUV174.51131.66128.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 173 (67.97% from 255) = 32.70%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=33.08%
G=32.70%
B=34.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751731810.030.0400.292555.1369.41
HexAFADB53401Dff545
Octal257255265340353775105
Binary10101111101011011011010111100011101111111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADB5; }

 p { color: rgb(175,173,181); }

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

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

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

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

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

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

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