#AFBDA4

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

Shades of Pumice #AFBDA4

Tints of Pumice #AFBDA4

Color information

#AFBDA4 (or 0xAFBDA4) is unknown color: approx Pumice. HEX triplet: AF, BD and A4. RGB value is (175,189,164). Sum of RGB (Red+Green+Blue) = 175+189+164=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA4 is #50425B. Grayscale: #B6B6B6. Windows color (decimal): -5259868 or 10796463. OLE color: 10796463.

HSL color Cylindrical-coordinate representation of color #AFBDA4: hue angle of 93.6º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFBDA4 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB175189164-
CMYK0.0700.130.26
HSL93.6º15.92%69.22%-
HSV(B)93.6º13.23%74.12%-
XYZ42.5848.1942.18-
YUV181.96117.86123.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 189 (74.22% from 255) = 35.80%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=33.14%
G=35.80%
B=31.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891640.0700.130.2693.615.9269.22
HexAFBDA470D1A5e1045
Octal25727524470153213620105
Binary10101111101111011010010011101101110101011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDA4; }

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

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

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

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

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

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

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

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