#AFB871

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

Shades of Pine Glade #AFB871

Tints of Pine Glade #AFB871

Color information

#AFB871 (or 0xAFB871) is unknown color: approx Pine Glade. HEX triplet: AF, B8 and 71. RGB value is (175,184,113). Sum of RGB (Red+Green+Blue) = 175+184+113=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB871 is #50478E. Grayscale: #ADADAD. Windows color (decimal): -5261199 or 7452847. OLE color: 7452847.

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

Color convert

RGB175184113-
CMYK0.0500.390.28
HSL67.61º33.33%58.24%-
HSV(B)67.61º38.59%72.16%-
XYZ37.844.5922.24-
YUV173.2294.02129.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 113 (44.53% from 255) = 23.94%
R=37.08%
G=38.98%
B=23.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841130.0500.390.2867.6133.3358.24
HexAFB87150271C44213a
Octal2572701615047341044172
Binary101011111011100011100011010100111111001000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB871; }

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

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

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

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

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

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

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

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