#AFB88C

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

Shades of Caper #AFB88C

Tints of Caper #AFB88C

Color information

#AFB88C (or 0xAFB88C) is unknown color: approx Caper. HEX triplet: AF, B8 and 8C. RGB value is (175,184,140). Sum of RGB (Red+Green+Blue) = 175+184+140=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB88C is #504773. Grayscale: #B0B0B0. Windows color (decimal): -5261172 or 9222319. OLE color: 9222319.

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

Color convert

RGB175184140-
CMYK0.0500.240.28
HSL72.27º23.66%63.53%-
HSV(B)72.27º23.91%72.16%-
XYZ39.5545.2931.47-
YUV176.29107.52127.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 184 (72.27% from 255) = 36.87%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=35.07%
G=36.87%
B=28.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841400.0500.240.2872.2723.6663.53
HexAFB88C50181C481840
Octal25727021450303411030100
Binary101011111011100010001100101011000111001001000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB88C; }

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

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

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

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

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

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

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

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