Html Css Color HEX #AFBBA6 Pumice

📋 copy color: '#AFBBA6'

red 175 ◦ green 187 ◦ blue 166

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

Shades of Pumice #AFBBA6

Tints of Pumice #AFBBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.42%

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 33.14%
G = 35.42%
B = 31.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#AFBBA6 (or 0xAFBBA6) is known color: Pumice. HEX triplet: AF, BB and A6. RGB value is (175,187,166). Sum of RGB (Red+Green+Blue) = 175+187+166=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBBA6 is #504459. Grayscale: #B5B5B5. Windows color (decimal): -5260378 or 10927023. OLE color: 10927023.

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

Color convert

RGB 175 187 166 -
CMYK 0.06 0 0.11 0.27
HSL 94.29º 0.13% 0.69% -
HSV(B) 94.29º 0.11% 0.73% -
XYZ 42.33 47.41 43 -
YUV 181.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 175 187 166 0.06 0 0.11 0.27 94.29 0.13 0.69
Hex AF BB A6 6 0 B 1B 5E D 45
Octal 257 273 246 6 0 13 33 136 15 105
Binary 10101111 10111011 10100110 110 0 1011 11011 1011110 1101 1000101

Color Harmonies of #AFBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBA6

Black with #AFBBA6

Text Example


Text Example

White with #AFBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBA6; }

 p { color: rgb(175,187,166); }

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

background-color css

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

 a { background-color: rgb(175,187,166); }

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

border-color css

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

 span { border-color: rgb(175,187,166); }

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