#AFC986

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

Shades of Caper #AFC986

Tints of Caper #AFC986

Color information

#AFC986 (or 0xAFC986) is unknown color: approx Caper. HEX triplet: AF, C9 and 86. RGB value is (175,201,134). Sum of RGB (Red+Green+Blue) = 175+201+134=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 134 (52.73% from 255 or 26.27% from 510); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC986 is #503679. Grayscale: #B9B9B9. Windows color (decimal): -5256826 or 8833455. OLE color: 8833455.

HSL color Cylindrical-coordinate representation of color #AFC986: hue angle of 83.28º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFC986 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB175201134-
CMYK0.1300.330.21
HSL83.28º38.29%65.69%-
HSV(B)83.28º33.33%78.82%-
XYZ42.8752.6130.45-
YUV185.5998.89120.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 201 (78.91% from 255) = 39.41%
BLUE value IS 134 (52.73% from 255) = 26.27%
R=34.31%
G=39.41%
B=26.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752011340.1300.330.2183.2838.2965.69
HexAFC986D02115532642
Octal257311206150412512346102
Binary101011111100100110000110110101000011010110100111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC986; }

 p { color: rgb(175,201,134); }

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

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

 a { background-color: rgb(175,201,134); }

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

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

 span { border-color: rgb(175,201,134); }

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