#AFB875

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

Shades of Pine Glade #AFB875

Tints of Pine Glade #AFB875

Color information

#AFB875 (or 0xAFB875) is unknown color: approx Pine Glade. HEX triplet: AF, B8 and 75. RGB value is (175,184,117). Sum of RGB (Red+Green+Blue) = 175+184+117=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB875 is #50478A. Grayscale: #ADADAD. Windows color (decimal): -5261195 or 7714991. OLE color: 7714991.

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

Color convert

RGB175184117-
CMYK0.0500.360.28
HSL68.06º32.06%59.02%-
HSV(B)68.06º36.41%72.16%-
XYZ38.0344.6823.45-
YUV173.6796.02128.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.76%
GREEN value IS 184 (72.27% from 255) = 38.66%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=36.76%
G=38.66%
B=24.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841170.0500.360.2868.0632.0659.02
HexAFB87550241C44203b
Octal2572701655044341044073
Binary101011111011100011101011010100100111001000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB875; }

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

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

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

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

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

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

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

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