#AFC871

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

Shades of Caper #AFC871

Tints of Caper #AFC871

Color information

#AFC871 (or 0xAFC871) is unknown color: approx Caper. HEX triplet: AF, C8 and 71. RGB value is (175,200,113). Sum of RGB (Red+Green+Blue) = 175+200+113=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC871 is #50378E. Grayscale: #B6B6B6. Windows color (decimal): -5257103 or 7456943. OLE color: 7456943.

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

Color convert

RGB175200113-
CMYK0.1200.440.22
HSL77.24º44.16%61.37%-
HSV(B)77.24º43.5%78.43%-
XYZ41.3151.6123.41-
YUV182.6188.72122.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.86%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 113 (44.53% from 255) = 23.16%
R=35.86%
G=40.98%
B=23.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001130.1200.440.2277.2444.1661.37
HexAFC871C02C164d2c3d
Octal25731016114054261155475
Binary1010111111001000111000111000101100101101001101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC871; }

 p { color: rgb(175,200,113); }

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

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

 a { background-color: rgb(175,200,113); }

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

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

 span { border-color: rgb(175,200,113); }

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