#AFB676

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

Shades of Pine Glade #AFB676

Tints of Pine Glade #AFB676

Color information

#AFB676 (or 0xAFB676) is unknown color: approx Pine Glade. HEX triplet: AF, B6 and 76. RGB value is (175,182,118). Sum of RGB (Red+Green+Blue) = 175+182+118=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB676 is #504989. Grayscale: #ACACAC. Windows color (decimal): -5261706 or 7780015. OLE color: 7780015.

HSL color Cylindrical-coordinate representation of color #AFB676: hue angle of 66.56º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFB676 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB175182118-
CMYK0.0400.350.29
HSL66.56º30.48%58.82%-
HSV(B)66.56º35.16%71.37%-
XYZ37.6843.8823.62-
YUV172.6197.18129.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=36.84%
G=38.32%
B=24.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751821180.0400.350.2966.5630.4858.82
HexAFB67640231D431e3b
Octal2572661664043351033673
Binary10101111101101101110110100010001111101100001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB676; }

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

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

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

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

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

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

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

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