#AFB579

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

Shades of Pine Glade #AFB579

Tints of Pine Glade #AFB579

Color information

#AFB579 (or 0xAFB579) is unknown color: approx Pine Glade. HEX triplet: AF, B5 and 79. RGB value is (175,181,121). Sum of RGB (Red+Green+Blue) = 175+181+121=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB579 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB579 is #504A86. Grayscale: #ACACAC. Windows color (decimal): -5261959 or 7976367. OLE color: 7976367.

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

Color convert

RGB175181121-
CMYK0.0300.330.29
HSL66º28.85%59.22%-
HSV(B)66º33.15%70.98%-
XYZ37.6543.5424.51-
YUV172.3799.01129.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 181 (71.09% from 255) = 37.95%
BLUE value IS 121 (47.66% from 255) = 25.37%
R=36.69%
G=37.95%
B=25.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751811210.0300.330.296628.8559.22
HexAFB57930211D421d3b
Octal2572651713041351023573
Binary1010111110110101111100111010000111101100001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB579; }

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

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

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

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

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

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

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

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