#AFCE87

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

Shades of Caper #AFCE87

Tints of Caper #AFCE87

Color information

#AFCE87 (or 0xAFCE87) is unknown color: approx Caper. HEX triplet: AF, CE and 87. RGB value is (175,206,135). Sum of RGB (Red+Green+Blue) = 175+206+135=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCE87 is #503178. Grayscale: #BCBCBC. Windows color (decimal): -5255545 or 8900271. OLE color: 8900271.

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

Color convert

RGB175206135-
CMYK0.1500.340.19
HSL86.2º42.01%66.86%-
HSV(B)86.2º34.47%80.78%-
XYZ44.1255.0131.21-
YUV188.6497.73118.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.91%
GREEN value IS 206 (80.86% from 255) = 39.92%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=33.91%
G=39.92%
B=26.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752061350.1500.340.1986.242.0166.86
HexAFCE87F02213562a43
Octal257316207170422312652103
Binary101011111100111010000111111101000101001110101101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCE87; }

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

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

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

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

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

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

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

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