#AFB377

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

Shades of Pine Glade #AFB377

Tints of Pine Glade #AFB377

Color information

#AFB377 (or 0xAFB377) is unknown color: approx Pine Glade. HEX triplet: AF, B3 and 77. RGB value is (175,179,119). Sum of RGB (Red+Green+Blue) = 175+179+119=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 179 (70.31% from 255 or 37.84% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB377 is #504C88. Grayscale: #ABABAB. Windows color (decimal): -5262473 or 7844783. OLE color: 7844783.

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

Color convert

RGB175179119-
CMYK0.0200.340.30
HSL64º28.3%58.43%-
HSV(B)64º33.52%70.2%-
XYZ37.1342.6923.74-
YUV170.9698.67130.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 179 (70.31% from 255) = 37.84%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=37.00%
G=37.84%
B=25.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791190.0200.340.306428.358.43
HexAFB37720221E401c3a
Octal2572631672042361003472
Binary1010111110110011111011110010001011110100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB377; }

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

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

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

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

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

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

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

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