#AFC686

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

Shades of Caper #AFC686

Tints of Caper #AFC686

Color information

#AFC686 (or 0xAFC686) is unknown color: approx Caper. HEX triplet: AF, C6 and 86. RGB value is (175,198,134). Sum of RGB (Red+Green+Blue) = 175+198+134=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC686 is #503979. Grayscale: #B8B8B8. Windows color (decimal): -5257594 or 8832687. OLE color: 8832687.

HSL color Cylindrical-coordinate representation of color #AFC686: hue angle of 81.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFC686 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB175198134-
CMYK0.1200.320.22
HSL81.56º35.96%65.1%-
HSV(B)81.56º32.32%77.65%-
XYZ42.1851.2230.22-
YUV183.8399.88121.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 198 (77.73% from 255) = 39.05%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=34.52%
G=39.05%
B=26.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981340.1200.320.2281.5635.9665.1
HexAFC686C02016522441
Octal257306206140402612244101
Binary101011111100011010000110110001000001011010100101001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC686; }

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

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

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

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

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

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

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

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