#AFB37A

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

Shades of Pine Glade #AFB37A

Tints of Pine Glade #AFB37A

Color information

#AFB37A (or 0xAFB37A) is unknown color: approx Pine Glade. HEX triplet: AF, B3 and 7A. RGB value is (175,179,122). Sum of RGB (Red+Green+Blue) = 175+179+122=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB37A is #504C85. Grayscale: #ABABAB. Windows color (decimal): -5262470 or 8041391. OLE color: 8041391.

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

Color convert

RGB175179122-
CMYK0.0200.320.30
HSL64.21º27.27%59.02%-
HSV(B)64.21º31.84%70.2%-
XYZ37.3142.7624.7-
YUV171.31100.17130.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 122 (48.05% from 255) = 25.63%
R=36.76%
G=37.61%
B=25.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751791220.0200.320.3064.2127.2759.02
HexAFB37A20201E401b3b
Octal2572631722040361003373
Binary1010111110110011111101010010000011110100000011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB37A; }

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

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

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

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

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

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

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

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