#AFBF85

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

Shades of Caper #AFBF85

Tints of Caper #AFBF85

Color information

#AFBF85 (or 0xAFBF85) is unknown color: approx Caper. HEX triplet: AF, BF and 85. RGB value is (175,191,133). Sum of RGB (Red+Green+Blue) = 175+191+133=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBF85 is #50407A. Grayscale: #B3B3B3. Windows color (decimal): -5259387 or 8765359. OLE color: 8765359.

HSL color Cylindrical-coordinate representation of color #AFBF85: hue angle of 76.55º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBF85 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB175191133-
CMYK0.0800.300.25
HSL76.55º31.18%63.53%-
HSV(B)76.55º30.37%74.9%-
XYZ40.5448.0729.33-
YUV179.6101.7124.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.07%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=35.07%
G=38.28%
B=26.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911330.0800.300.2576.5531.1863.53
HexAFBF85801E194d1f40
Octal257277205100363111537100
Binary1010111110111111100001011000011110110011001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF85; }

 p { color: rgb(175,191,133); }

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

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

 a { background-color: rgb(175,191,133); }

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

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

 span { border-color: rgb(175,191,133); }

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