#AFB474

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

Shades of Pine Glade #AFB474

Tints of Pine Glade #AFB474

Color information

#AFB474 (or 0xAFB474) is unknown color: approx Pine Glade. HEX triplet: AF, B4 and 74. RGB value is (175,180,116). Sum of RGB (Red+Green+Blue) = 175+180+116=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB474 is #504B8B. Grayscale: #ABABAB. Windows color (decimal): -5262220 or 7648431. OLE color: 7648431.

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

Color convert

RGB175180116-
CMYK0.0300.360.29
HSL64.69º29.91%58.04%-
HSV(B)64.69º35.56%70.59%-
XYZ37.1543.0222.87-
YUV171.2196.84130.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 116 (45.70% from 255) = 24.63%
R=37.15%
G=38.22%
B=24.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801160.0300.360.2964.6929.9158.04
HexAFB47430241D411e3a
Octal2572641643044351013672
Binary1010111110110100111010011010010011101100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB474; }

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

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

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

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

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

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

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

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