#AFBB8D

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

Shades of Caper #AFBB8D

Tints of Caper #AFBB8D

Color information

#AFBB8D (or 0xAFBB8D) is unknown color: approx Caper. HEX triplet: AF, BB and 8D. RGB value is (175,187,141). Sum of RGB (Red+Green+Blue) = 175+187+141=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB8D is #504472. Grayscale: #B2B2B2. Windows color (decimal): -5260403 or 9288623. OLE color: 9288623.

HSL color Cylindrical-coordinate representation of color #AFBB8D: hue angle of 75.65º 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 #AFBB8D is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB175187141-
CMYK0.0600.250.27
HSL75.65º25.27%64.31%-
HSV(B)75.65º24.6%73.33%-
XYZ40.2646.5832.07-
YUV178.17107.02125.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.79%
GREEN value IS 187 (73.44% from 255) = 37.18%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=34.79%
G=37.18%
B=28.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871410.0600.250.2775.6525.2764.31
HexAFBB8D60191B4c1940
Octal25727321560313311431100
Binary101011111011101110001101110011001110111001100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB8D; }

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

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

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

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

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

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

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

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