#AFB3AD

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

Shades of Pumice #AFB3AD

Tints of Pumice #AFB3AD

Color information

#AFB3AD (or 0xAFB3AD) is unknown color: approx Pumice. HEX triplet: AF, B3 and AD. RGB value is (175,179,173). Sum of RGB (Red+Green+Blue) = 175+179+173=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 179 (70.31% from 255 or 33.97% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3AD is #504C52. Grayscale: #B1B1B1. Windows color (decimal): -5262419 or 11383727. OLE color: 11383727.

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

Color convert

RGB175179173-
CMYK0.0200.030.30
HSL100º3.8%69.02%-
HSV(B)100º3.35%70.2%-
XYZ41.3444.3745.92-
YUV177.12125.67126.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791730.0200.030.301003.869.02
HexAFB3AD2031E64445
Octal257263255203361444105
Binary101011111011001110101101100111111011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB3AD; }

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

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

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

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

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

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

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

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