#AFADB3

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

Shades of Spun Pearl #AFADB3

Tints of Spun Pearl #AFADB3

Color information

#AFADB3 (or 0xAFADB3) is unknown color: approx Spun Pearl. HEX triplet: AF, AD and B3. RGB value is (175,173,179). Sum of RGB (Red+Green+Blue) = 175+173+179=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 179 - color contains mainly: blue. Hex color #AFADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFADB3 is #50524C. Grayscale: #AEAEAE. Windows color (decimal): -5263949 or 11775407. OLE color: 11775407.

HSL color Cylindrical-coordinate representation of color #AFADB3: hue angle of 260º degrees, saturation: 0.04, 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 #AFADB3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB175173179-
CMYK0.020.0300.30
HSL260º3.8%69.02%-
HSV(B)260º3.35%70.2%-
XYZ40.7642.2648.66-
YUV174.28130.66128.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.21%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=33.21%
G=32.83%
B=33.97%

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
Decimal1751731790.020.0300.302603.869.02
HexAFADB32301E104445
Octal257255263230364044105
Binary10101111101011011011001110110111101000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADB3; }

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

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

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

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

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

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

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

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