#AFB57C

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

Shades of Pine Glade #AFB57C

Tints of Pine Glade #AFB57C

Color information

#AFB57C (or 0xAFB57C) is unknown color: approx Pine Glade. HEX triplet: AF, B5 and 7C. RGB value is (175,181,124). Sum of RGB (Red+Green+Blue) = 175+181+124=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB57C is #504A83. Grayscale: #ACACAC. Windows color (decimal): -5261956 or 8172975. OLE color: 8172975.

HSL color Cylindrical-coordinate representation of color #AFB57C: hue angle of 66.32º degrees, saturation: 0.28, 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 #AFB57C is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB175181124-
CMYK0.0300.310.29
HSL66.32º27.8%59.8%-
HSV(B)66.32º31.49%70.98%-
XYZ37.8443.6225.49-
YUV172.71100.51129.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 124 (48.83% from 255) = 25.83%
R=36.46%
G=37.71%
B=25.83%

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
Decimal1751811240.0300.310.2966.3227.859.8
HexAFB57C301F1D421c3c
Octal2572651743037351023474
Binary101011111011010111111001101111111101100001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB57C; }

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

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

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

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

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

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

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

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