#AFB970

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

Shades of Pine Glade #AFB970

Tints of Pine Glade #AFB970

Color information

#AFB970 (or 0xAFB970) is unknown color: approx Pine Glade. HEX triplet: AF, B9 and 70. RGB value is (175,185,112). Sum of RGB (Red+Green+Blue) = 175+185+112=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB970 is #50468F. Grayscale: #ADADAD. Windows color (decimal): -5260944 or 7387567. OLE color: 7387567.

HSL color Cylindrical-coordinate representation of color #AFB970: hue angle of 68.22º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB970 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB175185112-
CMYK0.0500.390.27
HSL68.22º34.27%58.24%-
HSV(B)68.22º39.46%72.55%-
XYZ37.9544.9822.01-
YUV173.6993.19128.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 185 (72.66% from 255) = 39.19%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=37.08%
G=39.19%
B=23.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851120.0500.390.2768.2234.2758.24
HexAFB97050271B44223a
Octal2572711605047331044272
Binary101011111011100111100001010100111110111000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB970; }

 p { color: rgb(175,185,112); }

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

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

 a { background-color: rgb(175,185,112); }

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

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

 span { border-color: rgb(175,185,112); }

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