#AFB776

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

Shades of Pine Glade #AFB776

Tints of Pine Glade #AFB776

Color information

#AFB776 (or 0xAFB776) is unknown color: approx Pine Glade. HEX triplet: AF, B7 and 76. RGB value is (175,183,118). Sum of RGB (Red+Green+Blue) = 175+183+118=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB776 is #504889. Grayscale: #ADADAD. Windows color (decimal): -5261450 or 7780271. OLE color: 7780271.

HSL color Cylindrical-coordinate representation of color #AFB776: hue angle of 67.38º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFB776 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB175183118-
CMYK0.0400.360.28
HSL67.38º31.1%59.02%-
HSV(B)67.38º35.52%71.76%-
XYZ37.8844.2923.69-
YUV173.296.85129.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 183 (71.88% from 255) = 38.45%
BLUE value IS 118 (46.48% from 255) = 24.79%
R=36.76%
G=38.45%
B=24.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751831180.0400.360.2867.3831.159.02
HexAFB77640241C431f3b
Octal2572671664044341033773
Binary10101111101101111110110100010010011100100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB776; }

 p { color: rgb(175,183,118); }

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

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

 a { background-color: rgb(175,183,118); }

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

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

 span { border-color: rgb(175,183,118); }

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