#AFB47D

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

Shades of Pine Glade #AFB47D

Tints of Pine Glade #AFB47D

Color information

#AFB47D (or 0xAFB47D) is unknown color: approx Pine Glade. HEX triplet: AF, B4 and 7D. RGB value is (175,180,125). Sum of RGB (Red+Green+Blue) = 175+180+125=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB47D is #504B82. Grayscale: #ACACAC. Windows color (decimal): -5262211 or 8238255. OLE color: 8238255.

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

Color convert

RGB175180125-
CMYK0.0300.310.29
HSL65.45º26.83%59.8%-
HSV(B)65.45º30.56%70.59%-
XYZ37.743.2425.76-
YUV172.24101.34129.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=36.46%
G=37.5%
B=26.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801250.0300.310.2965.4526.8359.8
HexAFB47D301F1D411b3c
Octal2572641753037351013374
Binary101011111011010011111011101111111101100000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB47D; }

 p { color: rgb(175,180,125); }

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

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

 a { background-color: rgb(175,180,125); }

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

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

 span { border-color: rgb(175,180,125); }

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