#AFB7AA

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

Shades of Pumice #AFB7AA

Tints of Pumice #AFB7AA

Color information

#AFB7AA (or 0xAFB7AA) is unknown color: approx Pumice. HEX triplet: AF, B7 and AA. RGB value is (175,183,170). Sum of RGB (Red+Green+Blue) = 175+183+170=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7AA is #504855. Grayscale: #B3B3B3. Windows color (decimal): -5261398 or 11188143. OLE color: 11188143.

HSL color Cylindrical-coordinate representation of color #AFB7AA: hue angle of 96.92º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB7AA is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB175183170-
CMYK0.0400.070.28
HSL96.92º8.28%69.22%-
HSV(B)96.92º7.1%71.76%-
XYZ41.8745.8844.68-
YUV179.13122.85125.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=33.14%
G=34.66%
B=32.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831700.0400.070.2896.928.2869.22
HexAFB7AA4071C61845
Octal2572672524073414110105
Binary101011111011011110101010100011111100110000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7AA; }

 p { color: rgb(175,183,170); }

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

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

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

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

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

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

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