Html Css Color HEX #AFB8B0 Gum Leaf

📋 copy color: '#AFB8B0'

red 175 ◦ green 184 ◦ blue 176

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

Shades of Gum Leaf #AFB8B0

Tints of Gum Leaf #AFB8B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 32.71%
G = 34.39%
B = 32.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#AFB8B0 (or 0xAFB8B0) is known color: Gum Leaf. HEX triplet: AF, B8 and B0. RGB value is (175,184,176). Sum of RGB (Red+Green+Blue) = 175+184+176=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB8B0 is #50474F. Grayscale: #B4B4B4. Windows color (decimal): -5261136 or 11581615. OLE color: 11581615.

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

Color convert

RGB 175 184 176 -
CMYK 0.05 0 0.04 0.28
HSL 126.67º 0.06% 0.7% -
HSV(B) 126.67º 0.05% 0.72% -
XYZ 42.66 46.53 47.81 -
YUV 180.4 125.52 124.15 -
System Red Green Blue C M Y K H S L
Decimal 175 184 176 0.05 0 0.04 0.28 126.67 0.06 0.7
Hex AF B8 B0 5 0 4 1C 7F 6 46
Octal 257 270 260 5 0 4 34 177 6 106
Binary 10101111 10111000 10110000 101 0 100 11100 1111111 110 1000110

Color Harmonies of #AFB8B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB8B0

Black with #AFB8B0

Text Example


Text Example

White with #AFB8B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB8B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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