#AFB47A

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

Shades of Pine Glade #AFB47A

Tints of Pine Glade #AFB47A

Color information

#AFB47A (or 0xAFB47A) is unknown color: approx Pine Glade. HEX triplet: AF, B4 and 7A. RGB value is (175,180,122). Sum of RGB (Red+Green+Blue) = 175+180+122=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB47A is #504B85. Grayscale: #ACACAC. Windows color (decimal): -5262214 or 8041647. OLE color: 8041647.

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

Color convert

RGB175180122-
CMYK0.0300.320.29
HSL65.17º27.88%59.22%-
HSV(B)65.17º32.22%70.59%-
XYZ37.5143.1624.77-
YUV171.8999.84130.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=36.69%
G=37.74%
B=25.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801220.0300.320.2965.1727.8859.22
HexAFB47A30201D411c3b
Octal2572641723040351013473
Binary1010111110110100111101011010000011101100000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB47A; }

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

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

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

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

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

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

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

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