#AFBAA7

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

Shades of Pumice #AFBAA7

Tints of Pumice #AFBAA7

Color information

#AFBAA7 (or 0xAFBAA7) is unknown color: approx Pumice. HEX triplet: AF, BA and A7. RGB value is (175,186,167). Sum of RGB (Red+Green+Blue) = 175+186+167=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAA7 is #504558. Grayscale: #B4B4B4. Windows color (decimal): -5260633 or 10992303. OLE color: 10992303.

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

Color convert

RGB175186167-
CMYK0.0600.100.27
HSL94.74º12.1%69.22%-
HSV(B)94.74º10.22%72.94%-
XYZ42.2147.0243.41-
YUV180.54120.36124.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=33.14%
G=35.23%
B=31.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861670.0600.100.2794.7412.169.22
HexAFBAA760A1B5fc45
Octal25727224760123313714105
Binary1010111110111010101001111100101011011101111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAA7; }

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

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

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

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

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

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

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

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