#AFCD86

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

Shades of Caper #AFCD86

Tints of Caper #AFCD86

Color information

#AFCD86 (or 0xAFCD86) is unknown color: approx Caper. HEX triplet: AF, CD and 86. RGB value is (175,205,134). Sum of RGB (Red+Green+Blue) = 175+205+134=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCD86 is #503279. Grayscale: #BCBCBC. Windows color (decimal): -5255802 or 8834479. OLE color: 8834479.

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

Color convert

RGB175205134-
CMYK0.1500.350.20
HSL85.35º41.52%66.47%-
HSV(B)85.35º34.63%80.39%-
XYZ43.8154.530.76-
YUV187.9497.56118.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=34.05%
G=39.88%
B=26.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051340.1500.350.2085.3541.5266.47
HexAFCD86F02314552a42
Octal257315206170432412552102
Binary101011111100110110000110111101000111010010101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD86; }

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

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

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

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

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

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

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

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