#AFCE86

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

Shades of Caper #AFCE86

Tints of Caper #AFCE86

Color information

#AFCE86 (or 0xAFCE86) is unknown color: approx Caper. HEX triplet: AF, CE and 86. RGB value is (175,206,134). Sum of RGB (Red+Green+Blue) = 175+206+134=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 206 (80.86% from 255 or 40% from 515); Blue value is 134 (52.73% from 255 or 26.02% from 515); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE86 is #503179. Grayscale: #BCBCBC. Windows color (decimal): -5255546 or 8834735. OLE color: 8834735.

HSL color Cylindrical-coordinate representation of color #AFCE86: hue angle of 85.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFCE86 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB175206134-
CMYK0.1500.350.19
HSL85.83º42.35%66.67%-
HSV(B)85.83º34.95%80.78%-
XYZ44.0554.9830.84-
YUV188.5297.23118.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.98%
GREEN value IS 206 (80.86% from 255) = 40%
BLUE value IS 134 (52.73% from 255) = 26.02%
R=33.98%
G=40%
B=26.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061340.1500.350.1985.8342.3566.67
HexAFCE86F02313562a43
Octal257316206170432312652103
Binary101011111100111010000110111101000111001110101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE86; }

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

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

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

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

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

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

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

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