#AFBF7B

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

Shades of Caper #AFBF7B

Tints of Caper #AFBF7B

Color information

#AFBF7B (or 0xAFBF7B) is unknown color: approx Caper. HEX triplet: AF, BF and 7B. RGB value is (175,191,123). Sum of RGB (Red+Green+Blue) = 175+191+123=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBF7B is #504084. Grayscale: #B2B2B2. Windows color (decimal): -5259397 or 8109999. OLE color: 8109999.

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

Color convert

RGB175191123-
CMYK0.0800.360.25
HSL74.12º34.69%61.57%-
HSV(B)74.12º35.6%74.9%-
XYZ39.8947.8125.86-
YUV178.4696.7125.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 123 (48.44% from 255) = 25.15%
R=35.79%
G=39.06%
B=25.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911230.0800.360.2574.1234.6961.57
HexAFBF7B8024194a233e
Octal25727717310044311124376
Binary1010111110111111111101110000100100110011001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF7B; }

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

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

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

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

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

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

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

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