#AFC873

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

Shades of Caper #AFC873

Tints of Caper #AFC873

Color information

#AFC873 (or 0xAFC873) is unknown color: approx Caper. HEX triplet: AF, C8 and 73. RGB value is (175,200,115). Sum of RGB (Red+Green+Blue) = 175+200+115=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC873 is #50378C. Grayscale: #B7B7B7. Windows color (decimal): -5257101 or 7588015. OLE color: 7588015.

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

Color convert

RGB175200115-
CMYK0.1200.420.22
HSL77.65º43.59%61.76%-
HSV(B)77.65º42.5%78.43%-
XYZ41.4351.6624.01-
YUV182.8489.72122.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.71%
GREEN value IS 200 (78.52% from 255) = 40.82%
BLUE value IS 115 (45.31% from 255) = 23.47%
R=35.71%
G=40.82%
B=23.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1752001150.1200.420.2277.6543.5961.76
HexAFC873C02A164e2c3e
Octal25731016314052261165476
Binary1010111111001000111001111000101010101101001110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC873; }

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

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

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

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

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

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

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

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