#AFBFA4

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

Shades of Pumice #AFBFA4

Tints of Pumice #AFBFA4

Color information

#AFBFA4 (or 0xAFBFA4) is unknown color: approx Pumice. HEX triplet: AF, BF and A4. RGB value is (175,191,164). Sum of RGB (Red+Green+Blue) = 175+191+164=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFA4 is #50405B. Grayscale: #B7B7B7. Windows color (decimal): -5259356 or 10796975. OLE color: 10796975.

HSL color Cylindrical-coordinate representation of color #AFBFA4: hue angle of 95.56º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBFA4 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB175191164-
CMYK0.0800.140.25
HSL95.56º17.42%69.61%-
HSV(B)95.56º14.14%74.9%-
XYZ43.0149.0642.32-
YUV183.14117.2122.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=33.02%
G=36.04%
B=30.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911640.0800.140.2595.5617.4269.61
HexAFBFA480E19601146
Octal257277244100163114021106
Binary101011111011111110100100100001110110011100000100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFA4; }

 p { color: rgb(175,191,164); }

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

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

 a { background-color: rgb(175,191,164); }

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

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

 span { border-color: rgb(175,191,164); }

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