#AFBFA3

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

Shades of Pumice #AFBFA3

Tints of Pumice #AFBFA3

Color information

#AFBFA3 (or 0xAFBFA3) is unknown color: approx Pumice. HEX triplet: AF, BF and A3. RGB value is (175,191,163). Sum of RGB (Red+Green+Blue) = 175+191+163=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFA3 is #50405C. Grayscale: #B7B7B7. Windows color (decimal): -5259357 or 10731439. OLE color: 10731439.

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

Color convert

RGB175191163-
CMYK0.0800.150.25
HSL94.29º17.95%69.41%-
HSV(B)94.29º14.66%74.9%-
XYZ42.9249.0241.85-
YUV183.02116.7122.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=33.08%
G=36.11%
B=30.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911630.0800.150.2594.2917.9569.41
HexAFBFA380F195e1245
Octal257277243100173113622105
Binary101011111011111110100011100001111110011011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFA3; }

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

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

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

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

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

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

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

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