Html Css Color HEX #AFB9A8 Pumice

📋 copy color: '#AFB9A8'

red 175 ◦ green 185 ◦ blue 168

#AFB9A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumice #AFB9A8

Tints of Pumice #AFB9A8

RGB

 RED value IS 175 (68.75% from 255) = 33.14%

 GREEN value IS 185 (72.66% from 255) = 35.04%

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 33.14%
G = 35.04%
B = 31.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#AFB9A8 (or 0xAFB9A8) is known color: Pumice. HEX triplet: AF, B9 and A8. RGB value is (175,185,168). Sum of RGB (Red+Green+Blue) = 175+185+168=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9A8 is #504657. Grayscale: #B4B4B4. Windows color (decimal): -5260888 or 11057583. OLE color: 11057583.

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

Color convert

RGB 175 185 168 -
CMYK 0.05 0 0.09 0.27
HSL 95.29º 0.11% 0.69% -
HSV(B) 95.29º 0.09% 0.73% -
XYZ 42.1 46.64 43.83 -
YUV 180.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 175 185 168 0.05 0 0.09 0.27 95.29 0.11 0.69
Hex AF B9 A8 5 0 9 1B 5F B 45
Octal 257 271 250 5 0 11 33 137 13 105
Binary 10101111 10111001 10101000 101 0 1001 11011 1011111 1011 1000101

Color Harmonies of #AFB9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9A8

Black with #AFB9A8

Text Example


Text Example

White with #AFB9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9A8; }

 p { color: rgb(175,185,168); }

 H1.HeaderClassName
 {
   color: #AFB9A8;
 }
 .AnyTagClassName
 {
   color: #AFB9A8;
 }
</style>

background-color css

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

 a { background-color: rgb(175,185,168); }

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

border-color css

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

 span { border-color: rgb(175,185,168); }

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