#AFB475

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

Shades of Pine Glade #AFB475

Tints of Pine Glade #AFB475

Color information

#AFB475 (or 0xAFB475) is unknown color: approx Pine Glade. HEX triplet: AF, B4 and 75. RGB value is (175,180,117). Sum of RGB (Red+Green+Blue) = 175+180+117=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB475 is #504B8A. Grayscale: #ABABAB. Windows color (decimal): -5262219 or 7713967. OLE color: 7713967.

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

Color convert

RGB175180117-
CMYK0.0300.350.29
HSL64.76º29.58%58.24%-
HSV(B)64.76º35%70.59%-
XYZ37.2143.0423.18-
YUV171.3297.34130.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=37.08%
G=38.14%
B=24.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801170.0300.350.2964.7629.5858.24
HexAFB47530231D411e3a
Octal2572641653043351013672
Binary1010111110110100111010111010001111101100000111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB475; }

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

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

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

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

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

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

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

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