#AFB886

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

Shades of Caper #AFB886

Tints of Caper #AFB886

Color information

#AFB886 (or 0xAFB886) is unknown color: approx Caper. HEX triplet: AF, B8 and 86. RGB value is (175,184,134). Sum of RGB (Red+Green+Blue) = 175+184+134=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 184 (72.27% from 255 or 37.32% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB886 is #504779. Grayscale: #AFAFAF. Windows color (decimal): -5261178 or 8829103. OLE color: 8829103.

HSL color Cylindrical-coordinate representation of color #AFB886: hue angle of 70.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFB886 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB175184134-
CMYK0.0500.270.28
HSL70.8º26.04%62.35%-
HSV(B)70.8º27.17%72.16%-
XYZ39.1245.1229.2-
YUV175.61104.52127.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.50%
GREEN value IS 184 (72.27% from 255) = 37.32%
BLUE value IS 134 (52.73% from 255) = 27.18%
R=35.50%
G=37.32%
B=27.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841340.0500.270.2870.826.0462.35
HexAFB886501B1C471a3e
Octal2572702065033341073276
Binary10101111101110001000011010101101111100100011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB886; }

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

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

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

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

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

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

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

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