#AFB98B

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

Shades of Caper #AFB98B

Tints of Caper #AFB98B

Color information

#AFB98B (or 0xAFB98B) is unknown color: approx Caper. HEX triplet: AF, B9 and 8B. RGB value is (175,185,139). Sum of RGB (Red+Green+Blue) = 175+185+139=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 185 (72.66% from 255 or 37.07% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB98B is #504674. Grayscale: #B0B0B0. Windows color (decimal): -5260917 or 9157039. OLE color: 9157039.

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

Color convert

RGB175185139-
CMYK0.0500.250.27
HSL73.04º24.73%63.53%-
HSV(B)73.04º24.86%72.55%-
XYZ39.6945.6831.15-
YUV176.77106.69126.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 185 (72.66% from 255) = 37.07%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=35.07%
G=37.07%
B=27.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751851390.0500.250.2773.0424.7363.53
HexAFB98B50191B491940
Octal25727121350313311131100
Binary101011111011100110001011101011001110111001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB98B; }

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

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

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

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

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

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

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

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