#AFBBA6

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

Shades of Pumice #AFBBA6

Tints of Pumice #AFBBA6

Color information

#AFBBA6 (or 0xAFBBA6) is unknown color: approx Pumice. HEX triplet: AF, BB and A6. RGB value is (175,187,166). Sum of RGB (Red+Green+Blue) = 175+187+166=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA6 is #504459. Grayscale: #B5B5B5. Windows color (decimal): -5260378 or 10927023. OLE color: 10927023.

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

Color convert

RGB175187166-
CMYK0.0600.110.27
HSL94.29º13.38%69.22%-
HSV(B)94.29º11.23%73.33%-
XYZ42.3347.4143-
YUV181.02119.52123.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=33.14%
G=35.42%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871660.0600.110.2794.2913.3869.22
HexAFBBA660B1B5ed45
Octal25727324660133313615105
Binary1010111110111011101001101100101111011101111011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBA6; }

 p { color: rgb(175,187,166); }

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

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

 a { background-color: rgb(175,187,166); }

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

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

 span { border-color: rgb(175,187,166); }

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