#AFBB89

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

Shades of Caper #AFBB89

Tints of Caper #AFBB89

Color information

#AFBB89 (or 0xAFBB89) is unknown color: approx Caper. HEX triplet: AF, BB and 89. RGB value is (175,187,137). Sum of RGB (Red+Green+Blue) = 175+187+137=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB89 is #504476. Grayscale: #B1B1B1. Windows color (decimal): -5260407 or 9026479. OLE color: 9026479.

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

Color convert

RGB175187137-
CMYK0.0600.270.27
HSL74.4º26.88%63.53%-
HSV(B)74.4º26.74%73.33%-
XYZ39.9646.4630.53-
YUV177.71105.02126.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=35.07%
G=37.47%
B=27.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871370.0600.270.2774.426.8863.53
HexAFBB89601B1B4a1b40
Octal25727321160333311233100
Binary101011111011101110001001110011011110111001010110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB89; }

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

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

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

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

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

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

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

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