#AFB889

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

Shades of Caper #AFB889

Tints of Caper #AFB889

Color information

#AFB889 (or 0xAFB889) is unknown color: approx Caper. HEX triplet: AF, B8 and 89. RGB value is (175,184,137). Sum of RGB (Red+Green+Blue) = 175+184+137=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB889 is #504776. Grayscale: #B0B0B0. Windows color (decimal): -5261175 or 9025711. OLE color: 9025711.

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

Color convert

RGB175184137-
CMYK0.0500.260.28
HSL71.49º24.87%62.94%-
HSV(B)71.49º25.54%72.16%-
XYZ39.3445.230.32-
YUV175.95106.02127.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.28%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 137 (53.91% from 255) = 27.62%
R=35.28%
G=37.10%
B=27.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1751841370.0500.260.2871.4924.8762.94
HexAFB889501A1C47193f
Octal2572702115032341073177
Binary10101111101110001000100110101101011100100011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB889; }

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

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

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

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

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

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

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

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