#AFB870

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

Shades of Pine Glade #AFB870

Tints of Pine Glade #AFB870

Color information

#AFB870 (or 0xAFB870) is unknown color: approx Pine Glade. HEX triplet: AF, B8 and 70. RGB value is (175,184,112). Sum of RGB (Red+Green+Blue) = 175+184+112=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 112 (44.14% from 255 or 23.78% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB870 is #50478F. Grayscale: #ADADAD. Windows color (decimal): -5261200 or 7387311. OLE color: 7387311.

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

Color convert

RGB175184112-
CMYK0.0500.390.28
HSL67.5º33.64%58.04%-
HSV(B)67.5º39.13%72.16%-
XYZ37.7444.5621.94-
YUV173.193.52129.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 184 (72.27% from 255) = 39.07%
BLUE value IS 112 (44.14% from 255) = 23.78%
R=37.15%
G=39.07%
B=23.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841120.0500.390.2867.533.6458.04
HexAFB87050271C44223a
Octal2572701605047341044272
Binary101011111011100011100001010100111111001000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB870; }

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

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

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

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

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

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

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

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