#AFADB9

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

Shades of Spun Pearl #AFADB9

Tints of Spun Pearl #AFADB9

Color information

#AFADB9 (or 0xAFADB9) is unknown color: approx Spun Pearl. HEX triplet: AF, AD and B9. RGB value is (175,173,185). Sum of RGB (Red+Green+Blue) = 175+173+185=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB9 is #505246. Grayscale: #AEAEAE. Windows color (decimal): -5263943 or 12168623. OLE color: 12168623.

HSL color Cylindrical-coordinate representation of color #AFADB9: hue angle of 250º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFADB9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175173185-
CMYK0.050.0600.27
HSL250º7.89%70.2%-
HSV(B)250º6.49%72.55%-
XYZ41.3842.551.92-
YUV174.97133.66128.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.83%
GREEN value IS 173 (67.97% from 255) = 32.46%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=32.83%
G=32.46%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751731850.050.0600.272507.8970.2
HexAFADB95601Bfa846
Octal2572552715603337210106
Binary1010111110101101101110011011100110111111101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADB9; }

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

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

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

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

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

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

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

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