#AFCC86

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

Shades of Caper #AFCC86

Tints of Caper #AFCC86

Color information

#AFCC86 (or 0xAFCC86) is unknown color: approx Caper. HEX triplet: AF, CC and 86. RGB value is (175,204,134). Sum of RGB (Red+Green+Blue) = 175+204+134=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCC86 is #503379. Grayscale: #BBBBBB. Windows color (decimal): -5256058 or 8834223. OLE color: 8834223.

HSL color Cylindrical-coordinate representation of color #AFCC86: hue angle of 84.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFCC86 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB175204134-
CMYK0.1400.340.2
HSL84.86º40.7%66.27%-
HSV(B)84.86º34.31%80%-
XYZ43.5854.0230.68-
YUV187.3597.89119.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=34.11%
G=39.77%
B=26.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041340.1400.340.284.8640.766.27
HexAFCC86E02214552942
Octal257314206160422412551102
Binary101011111100110010000110111001000101010010101011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC86; }

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

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

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

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

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

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

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

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