Html Css Color HEX #AFB7B1 Gum Leaf

📋 copy color: '#AFB7B1'

red 175 ◦ green 183 ◦ blue 177

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

Shades of Gum Leaf #AFB7B1

Tints of Gum Leaf #AFB7B1

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

 BLUE value IS 177 (69.53% from 255) = 33.08%

R = 32.71%
G = 34.21%
B = 33.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#AFB7B1 (or 0xAFB7B1) is known color: Gum Leaf. HEX triplet: AF, B7 and B1. RGB value is (175,183,177). Sum of RGB (Red+Green+Blue) = 175+183+177=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7B1 is #50484E. Grayscale: #B3B3B3. Windows color (decimal): -5261391 or 11646895. OLE color: 11646895.

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

Color convert

RGB 175 183 177 -
CMYK 0.04 0 0.03 0.28
HSL 135º 0.05% 0.7% -
HSV(B) 135º 0.04% 0.72% -
XYZ 42.55 46.16 48.26 -
YUV 179.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 175 183 177 0.04 0 0.03 0.28 135 0.05 0.7
Hex AF B7 B1 4 0 3 1C 87 5 46
Octal 257 267 261 4 0 3 34 207 5 106
Binary 10101111 10110111 10110001 100 0 11 11100 10000111 101 1000110

Color Harmonies of #AFB7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7B1

Black with #AFB7B1

Text Example


Text Example

White with #AFB7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7B1; }

 p { color: rgb(175,183,177); }

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

background-color css

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

 a { background-color: rgb(175,183,177); }

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

border-color css

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

 span { border-color: rgb(175,183,177); }

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