#AFBA87

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

Shades of Caper #AFBA87

Tints of Caper #AFBA87

Color information

#AFBA87 (or 0xAFBA87) is unknown color: approx Caper. HEX triplet: AF, BA and 87. RGB value is (175,186,135). Sum of RGB (Red+Green+Blue) = 175+186+135=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA87 is #504578. Grayscale: #B1B1B1. Windows color (decimal): -5260665 or 8895151. OLE color: 8895151.

HSL color Cylindrical-coordinate representation of color #AFBA87: hue angle of 72.94º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFBA87 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB175186135-
CMYK0.0600.270.27
HSL72.94º26.98%62.94%-
HSV(B)72.94º27.42%72.94%-
XYZ39.6145.9829.71-
YUV176.9104.36126.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 135 (53.12% from 255) = 27.22%
R=35.28%
G=37.5%
B=27.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861350.0600.270.2772.9426.9862.94
HexAFBA87601B1B491b3f
Octal2572722076033331113377
Binary10101111101110101000011111001101111011100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA87; }

 p { color: rgb(175,186,135); }

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

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

 a { background-color: rgb(175,186,135); }

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

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

 span { border-color: rgb(175,186,135); }

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