Html Css Color HEX #AFB8AA Pumice

📋 copy color: '#AFB8AA'

red 175 ◦ green 184 ◦ blue 170

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

Shades of Pumice #AFB8AA

Tints of Pumice #AFB8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.78%

 BLUE value IS 170 (66.8% from 255) = 32.14%

R = 33.08%
G = 34.78%
B = 32.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#AFB8AA (or 0xAFB8AA) is known color: Pumice. HEX triplet: AF, B8 and AA. RGB value is (175,184,170). Sum of RGB (Red+Green+Blue) = 175+184+170=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 184 (72.27% from 255 or 34.78% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8AA is #504755. Grayscale: #B3B3B3. Windows color (decimal): -5261142 or 11188399. OLE color: 11188399.

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

Color convert

RGB 175 184 170 -
CMYK 0.05 0 0.08 0.28
HSL 98.57º 0.09% 0.69% -
HSV(B) 98.57º 0.08% 0.72% -
XYZ 42.08 46.3 44.75 -
YUV 179.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 175 184 170 0.05 0 0.08 0.28 98.57 0.09 0.69
Hex AF B8 AA 5 0 8 1C 63 9 45
Octal 257 270 252 5 0 10 34 143 11 105
Binary 10101111 10111000 10101010 101 0 1000 11100 1100011 1001 1000101

Color Harmonies of #AFB8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8AA

Black with #AFB8AA

Text Example


Text Example

White with #AFB8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8AA; }

 p { color: rgb(175,184,170); }

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

background-color css

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

 a { background-color: rgb(175,184,170); }

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

border-color css

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

 span { border-color: rgb(175,184,170); }

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