#AFB876

Color #AFB876 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #AFB876

Tints of Pine Glade #AFB876

Color information

#AFB876 (or 0xAFB876) is unknown color: approx Pine Glade. HEX triplet: AF, B8 and 76. RGB value is (175,184,118). Sum of RGB (Red+Green+Blue) = 175+184+118=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB876 is #504789. Grayscale: #AEAEAE. Windows color (decimal): -5261194 or 7780527. OLE color: 7780527.

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

Color convert

RGB175184118-
CMYK0.0500.360.28
HSL68.18º31.73%59.22%-
HSV(B)68.18º35.87%72.16%-
XYZ38.0944.723.76-
YUV173.7896.52128.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 184 (72.27% from 255) = 38.57%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=36.69%
G=38.57%
B=24.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841180.0500.360.2868.1831.7359.22
HexAFB87650241C44203b
Octal2572701665044341044073
Binary101011111011100011101101010100100111001000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB876; }

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

 H1.HeaderClassName
 {
   color: #AFB876;
 }
 .AnyTagClassName
 {
   color: #AFB876;
 }
</style>
background-color css

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

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

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

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

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

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