#AFB98E

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

Shades of Caper #AFB98E

Tints of Caper #AFB98E

Color information

#AFB98E (or 0xAFB98E) is unknown color: approx Caper. HEX triplet: AF, B9 and 8E. RGB value is (175,185,142). Sum of RGB (Red+Green+Blue) = 175+185+142=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98E is #504671. Grayscale: #B1B1B1. Windows color (decimal): -5260914 or 9353647. OLE color: 9353647.

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

Color convert

RGB175185142-
CMYK0.0500.230.27
HSL73.95º23.5%64.12%-
HSV(B)73.95º23.24%72.55%-
XYZ39.9145.7632.32-
YUV177.11108.19126.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.86%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=34.86%
G=36.85%
B=28.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851420.0500.230.2773.9523.564.12
HexAFB98E50171B4a1740
Octal25727121650273311227100
Binary101011111011100110001110101010111110111001010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB98E; }

 p { color: rgb(175,185,142); }

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

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

 a { background-color: rgb(175,185,142); }

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

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

 span { border-color: rgb(175,185,142); }

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