#AFBA7C

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

Shades of Caper #AFBA7C

Tints of Caper #AFBA7C

Color information

#AFBA7C (or 0xAFBA7C) is unknown color: approx Caper. HEX triplet: AF, BA and 7C. RGB value is (175,186,124). Sum of RGB (Red+Green+Blue) = 175+186+124=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA7C is #504583. Grayscale: #AFAFAF. Windows color (decimal): -5260676 or 8174255. OLE color: 8174255.

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

Color convert

RGB175186124-
CMYK0.0600.330.27
HSL70.65º31%60.78%-
HSV(B)70.65º33.33%72.94%-
XYZ38.8845.6925.84-
YUV175.6498.86127.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.08%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 124 (48.83% from 255) = 25.57%
R=36.08%
G=38.35%
B=25.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861240.0600.330.2770.653160.78
HexAFBA7C60211B471f3d
Octal2572721746041331073775
Binary10101111101110101111100110010000111011100011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA7C; }

 p { color: rgb(175,186,124); }

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

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

 a { background-color: rgb(175,186,124); }

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

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

 span { border-color: rgb(175,186,124); }

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