#AFBE80

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

Shades of Caper #AFBE80

Tints of Caper #AFBE80

Color information

#AFBE80 (or 0xAFBE80) is unknown color: approx Caper. HEX triplet: AF, BE and 80. RGB value is (175,190,128). Sum of RGB (Red+Green+Blue) = 175+190+128=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBE80 is #50417F. Grayscale: #B2B2B2. Windows color (decimal): -5259648 or 8437423. OLE color: 8437423.

HSL color Cylindrical-coordinate representation of color #AFBE80: hue angle of 74.52º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AFBE80 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB175190128-
CMYK0.0800.330.25
HSL74.52º32.29%62.35%-
HSV(B)74.52º32.63%74.51%-
XYZ39.9947.527.48-
YUV178.4599.53125.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 190 (74.61% from 255) = 38.54%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=35.50%
G=38.54%
B=25.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751901280.0800.330.2574.5232.2962.35
HexAFBE808021194b203e
Octal25727620010041311134076
Binary10101111101111101000000010000100001110011001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBE80; }

 p { color: rgb(175,190,128); }

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

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

 a { background-color: rgb(175,190,128); }

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

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

 span { border-color: rgb(175,190,128); }

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