#AFBAA9

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

Shades of Pumice #AFBAA9

Tints of Pumice #AFBAA9

Color information

#AFBAA9 (or 0xAFBAA9) is unknown color: approx Pumice. HEX triplet: AF, BA and A9. RGB value is (175,186,169). Sum of RGB (Red+Green+Blue) = 175+186+169=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA9 is #504556. Grayscale: #B4B4B4. Windows color (decimal): -5260631 or 11123375. OLE color: 11123375.

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

Color convert

RGB175186169-
CMYK0.0600.090.27
HSL98.82º10.97%69.61%-
HSV(B)98.82º9.14%72.94%-
XYZ42.447.144.39-
YUV180.77121.36123.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 169 (66.41% from 255) = 31.89%
R=33.02%
G=35.09%
B=31.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861690.0600.090.2798.8210.9769.61
HexAFBAA96091B63b46
Octal25727225160113314313106
Binary1010111110111010101010011100100111011110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA9; }

 p { color: rgb(175,186,169); }

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

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

 a { background-color: rgb(175,186,169); }

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

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

 span { border-color: rgb(175,186,169); }

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