#AFBF6F

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

Shades of Caper #AFBF6F

Tints of Caper #AFBF6F

Color information

#AFBF6F (or 0xAFBF6F) is unknown color: approx Caper. HEX triplet: AF, BF and 6F. RGB value is (175,191,111). Sum of RGB (Red+Green+Blue) = 175+191+111=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 111 (43.75% from 255 or 23.27% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF6F is #504090. Grayscale: #B1B1B1. Windows color (decimal): -5259409 or 7323567. OLE color: 7323567.

HSL color Cylindrical-coordinate representation of color #AFBF6F: hue angle of 72º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFBF6F is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB175191111-
CMYK0.0800.420.25
HSL72º38.46%59.22%-
HSV(B)72º41.88%74.9%-
XYZ39.1847.5222.15-
YUV177.190.7126.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 111 (43.75% from 255) = 23.27%
R=36.69%
G=40.04%
B=23.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911110.0800.420.257238.4659.22
HexAFBF6F802A1948263b
Octal25727715710052311104673
Binary1010111110111111110111110000101010110011001000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF6F; }

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

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

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

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

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

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

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

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