#AFB37C

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

Shades of Pine Glade #AFB37C

Tints of Pine Glade #AFB37C

Color information

#AFB37C (or 0xAFB37C) is unknown color: approx Pine Glade. HEX triplet: AF, B3 and 7C. RGB value is (175,179,124). Sum of RGB (Red+Green+Blue) = 175+179+124=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB37C is #504C83. Grayscale: #ABABAB. Windows color (decimal): -5262468 or 8172463. OLE color: 8172463.

HSL color Cylindrical-coordinate representation of color #AFB37C: hue angle of 64.36º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFB37C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB175179124-
CMYK0.0200.310.30
HSL64.36º26.57%59.41%-
HSV(B)64.36º30.73%70.2%-
XYZ37.4442.8125.36-
YUV171.53101.17130.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 179 (70.31% from 255) = 37.45%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=36.61%
G=37.45%
B=25.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791240.0200.310.3064.3626.5759.41
HexAFB37C201F1E401b3b
Octal2572631742037361003373
Binary101011111011001111111001001111111110100000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB37C; }

 p { color: rgb(175,179,124); }

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

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

 a { background-color: rgb(175,179,124); }

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

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

 span { border-color: rgb(175,179,124); }

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