#AFB57E

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

Shades of Pine Glade #AFB57E

Tints of Pine Glade #AFB57E

Color information

#AFB57E (or 0xAFB57E) is unknown color: approx Pine Glade. HEX triplet: AF, B5 and 7E. RGB value is (175,181,126). Sum of RGB (Red+Green+Blue) = 175+181+126=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB57E is #504A81. Grayscale: #ADADAD. Windows color (decimal): -5261954 or 8304047. OLE color: 8304047.

HSL color Cylindrical-coordinate representation of color #AFB57E: hue angle of 66.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB57E is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB175181126-
CMYK0.0300.300.29
HSL66.55º27.09%60.2%-
HSV(B)66.55º30.39%70.98%-
XYZ37.9743.6726.17-
YUV172.94101.51129.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=36.31%
G=37.55%
B=26.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811260.0300.300.2966.5527.0960.2
HexAFB57E301E1D431b3c
Octal2572651763036351033374
Binary101011111011010111111101101111011101100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB57E; }

 p { color: rgb(175,181,126); }

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

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

 a { background-color: rgb(175,181,126); }

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

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

 span { border-color: rgb(175,181,126); }

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